Class InvalidKeyResolverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.keys.keyresolver.InvalidKeyResolverException
- 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 InvalidKeyResolverExceptionInvalidKeyResolverException
(String _msgID) Constructor InvalidKeyResolverExceptionInvalidKeyResolverException
(String _msgID, Exception _originalException) Constructor InvalidKeyResolverExceptionInvalidKeyResolverException
(String _msgID, Object[] exArgs) Constructor InvalidKeyResolverExceptionInvalidKeyResolverException
(String _msgID, Object[] exArgs, Exception _originalException) Constructor InvalidKeyResolverException -
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
-
InvalidKeyResolverException
public InvalidKeyResolverException()Constructor InvalidKeyResolverException -
InvalidKeyResolverException
Constructor InvalidKeyResolverException- Parameters:
_msgID
-
-
InvalidKeyResolverException
Constructor InvalidKeyResolverException- Parameters:
_msgID
-exArgs
-
-
InvalidKeyResolverException
Constructor InvalidKeyResolverException- Parameters:
_msgID
-_originalException
-
-
InvalidKeyResolverException
Constructor InvalidKeyResolverException- Parameters:
_msgID
-exArgs
-_originalException
-
-