Class KeyResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.keys.keyresolver.KeyResolverException
- All Implemented Interfaces:
Serializable
- Author:
- $Author$
- See Also:
-
Field Summary
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor KeyResolverExceptionKeyResolverException
(String _msgID) Constructor KeyResolverExceptionKeyResolverException
(String _msgID, Exception _originalException) Constructor KeyResolverExceptionKeyResolverException
(String _msgID, Object[] exArgs) Constructor KeyResolverExceptionKeyResolverException
(String _msgID, Object[] exArgs, Exception _originalException) Constructor KeyResolverException -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
KeyResolverException
public KeyResolverException()Constructor KeyResolverException -
KeyResolverException
Constructor KeyResolverException- Parameters:
_msgID
-
-
KeyResolverException
Constructor KeyResolverException- Parameters:
_msgID
-exArgs
-
-
KeyResolverException
Constructor KeyResolverException- Parameters:
_msgID
-_originalException
-
-
KeyResolverException
Constructor KeyResolverException- Parameters:
_msgID
-exArgs
-_originalException
-
-