Class CredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ws.security.components.crypto.CredentialException
- All Implemented Interfaces:
Serializable
CredentialException.
- Author:
- Davanum Srinivas (dims@yahoo.com).
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCredentialException
(int errorCode, String msgId, Object[] args) Constructor.CredentialException
(int errorCode, String msgId, Object[] args, Throwable root) Constructor.CredentialException
(int errorCode, String msgId, Throwable root) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
FAILURE
public static final int FAILURE- See Also:
-
EXPIRED
public static final int EXPIRED- See Also:
-
DEFECTIVE
public static final int DEFECTIVE- See Also:
-
IO_ERROR
public static final int IO_ERROR- See Also:
-
SEC_ERROR
public static final int SEC_ERROR- See Also:
-
-
Constructor Details
-
CredentialException
Constructor.- Parameters:
errorCode
-msgId
-root
-
-
CredentialException
Constructor.- Parameters:
errorCode
-msgId
-args
-
-
CredentialException
Constructor.- Parameters:
errorCode
-msgId
-args
-root
-
-
-
Method Details
-
getErrorCode
public int getErrorCode()get the error code.- Returns:
- error code of this exception See values above.
-