Searched refs:getErrorCode (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbException.java58 returnCode = e.getErrorCode();
64 returnCode = e.getErrorCode();
H A DKrbTgsRep.java70 ke = new KrbException(err.getErrorCode());
73 ke = new KrbException(err.getErrorCode(), eText);
H A DKrbApRep.java126 KrbException ke = new KrbException(err.getErrorCode(), eText);
H A DKrbApReq.java260 KrbException ke = new KrbException(err.getErrorCode(), eText);
H A DKdcComm.java226 if (ke != null && ke.getErrorCode() ==
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBException.java116 public String getErrorCode() { method in class:JAXBException
H A DTypeConstraintException.java124 public String getErrorCode() { method in class:TypeConstraintException
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Exception.java57 * the returned value by calling getErrorCode(). A return value not equal to
291 public long getErrorCode() { method in class:PKCS11Exception
H A DPKCS11.java160 if (e.getErrorCode() != CKR_CRYPTOKI_ALREADY_INITIALIZED) {
/openjdk7/jdk/src/share/classes/java/sql/
H A DSQLException.java264 public int getErrorCode() { method in class:SQLException
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11Cipher.java594 if (e.getErrorCode() == CKR_BUFFER_TOO_SMALL) {
712 if (e.getErrorCode() == CKR_BUFFER_TOO_SMALL) {
843 long errorCode = e.getErrorCode();
H A DToken.java353 if (e.getErrorCode() != PKCS11Constants.CKR_MECHANISM_INVALID) {
H A DSunPKCS11.java1173 if (pe.getErrorCode() == CKR_USER_ALREADY_LOGGED_IN) {
1179 } else if (pe.getErrorCode() == CKR_PIN_INCORRECT) {
1251 if (pe.getErrorCode() == CKR_USER_NOT_LOGGED_IN) {
H A DP11Signature.java598 long errorCode = e.getErrorCode();
H A DP11KeyStore.java2344 if (pe.getErrorCode() != CKR_ATTRIBUTE_TYPE_INVALID) {
2385 if (pe.getErrorCode() == CKR_ATTRIBUTE_TYPE_INVALID) {
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/
H A DKRBError.java291 public final int getErrorCode() { method in class:KRBError

Completed in 335 milliseconds