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
- See Also:
-
Field Summary
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID -
Constructor Summary
ConstructorsConstructorDescriptionConstructor KeyResolverExceptionKeyResolverException(Exception originalException, String msgID) Constructor KeyResolverExceptionKeyResolverException(Exception originalException, String msgID, Object[] exArgs) Constructor KeyResolverExceptionKeyResolverException(String msgID) Constructor KeyResolverExceptionKeyResolverException(String msgID, Exception originalException) Deprecated.KeyResolverException(String msgID, Object[] exArgs) Constructor KeyResolverExceptionKeyResolverException(String msgID, Object[] exArgs, Exception originalException) Deprecated. -
Method Summary
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
KeyResolverException
public KeyResolverException()Constructor KeyResolverException -
KeyResolverException
-
KeyResolverException
Constructor KeyResolverException- Parameters:
msgID-
-
KeyResolverException
Constructor KeyResolverException- Parameters:
msgID-exArgs-
-
KeyResolverException
Constructor KeyResolverException- Parameters:
originalException-msgID-
-
KeyResolverException
Deprecated. -
KeyResolverException
Constructor KeyResolverException- Parameters:
originalException-msgID-exArgs-
-
KeyResolverException
Deprecated.
-