Searched refs:GSSExceptionImpl (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSExceptionImpl.java35 public class GSSExceptionImpl extends GSSException { class in inherits:GSSException
45 GSSExceptionImpl(int majorCode, Oid mech) { method in class:GSSExceptionImpl
54 public GSSExceptionImpl(int majorCode, String majorMessage) { method in class:GSSExceptionImpl
62 public GSSExceptionImpl(int majorCode, Exception cause) { method in class:GSSExceptionImpl
71 public GSSExceptionImpl(int majorCode, String majorMessage, method in class:GSSExceptionImpl
H A DGSSContextImpl.java187 throw new GSSExceptionImpl(GSSException.FAILURE,
239 throw new GSSExceptionImpl
272 throw new GSSExceptionImpl(GSSException.DEFECTIVE_TOKEN,
295 throw new GSSExceptionImpl(GSSException.FAILURE,
333 throw new GSSExceptionImpl
361 throw new GSSExceptionImpl(GSSException.DEFECTIVE_TOKEN,
378 throw new GSSExceptionImpl(GSSException.NO_CONTEXT,
387 throw new GSSExceptionImpl(GSSException.NO_CONTEXT,
396 throw new GSSExceptionImpl(GSSException.NO_CONTEXT,
405 throw new GSSExceptionImpl(GSSExceptio
[all...]
H A DGSSNameImpl.java164 throw new GSSExceptionImpl(GSSException.BAD_NAME,
240 throw new GSSExceptionImpl(GSSException.BAD_NAME,
251 throw new GSSExceptionImpl(GSSException.BAD_NAME,
413 throw new GSSExceptionImpl(GSSException.FAILURE,
420 throw new GSSExceptionImpl(GSSException.FAILURE,
H A DProviderList.java204 throw new GSSExceptionImpl(GSSException.BAD_MECH, mechOid);
252 throw new GSSExceptionImpl(GSSException.BAD_MECH,
334 return new GSSExceptionImpl(GSSException.BAD_MECH,
362 throw new GSSExceptionImpl(GSSException.BAD_MECH,
396 throw new GSSExceptionImpl(GSSException.BAD_MECH,
H A DGSSCredentialImpl.java159 throw new GSSExceptionImpl(GSSException.BAD_MECH, mech);
239 throw new GSSExceptionImpl(GSSException.BAD_MECH, mech);
279 throw new GSSExceptionImpl(GSSException.BAD_MECH, mech);
365 throw new GSSExceptionImpl(GSSException.BAD_MECH, mech);
396 throw new GSSExceptionImpl(GSSException.DUPLICATE_ELEMENT,
577 throw new GSSExceptionImpl(GSSException.NO_CRED,
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSContext.java32 import sun.security.jgss.GSSExceptionImpl;
91 throw new GSSExceptionImpl(GSSException.FAILURE, ioe);
184 throw new GSSExceptionImpl(GSSException.FAILURE, ioe);
383 throw new GSSExceptionImpl(GSSException.FAILURE, ioe);
401 throw new GSSExceptionImpl(GSSException.FAILURE, ioe);
439 throw new GSSExceptionImpl(GSSException.FAILURE, ioe);
453 throw new GSSExceptionImpl(GSSException.FAILURE, ioe);
483 throw new GSSExceptionImpl(GSSException.FAILURE, ioe);
512 throw new GSSExceptionImpl(GSSException.FAILURE, ioe);
H A DNativeGSSFactory.java34 import sun.security.jgss.GSSExceptionImpl;
89 throw new GSSExceptionImpl(GSSException.FAILURE, uee);
H A DGSSNameElement.java38 import sun.security.jgss.GSSExceptionImpl;
132 throw new GSSExceptionImpl(GSSException.FAILURE, e);
227 throw new GSSExceptionImpl(GSSException.BAD_NAME, e);

Completed in 64 milliseconds