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:
java.io.Serializable
public class KeyResolverException extends XMLSecurityException
- Author:
- $Author$
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
-
-
Constructor Summary
Constructors Constructor Description KeyResolverException()
Constructor KeyResolverExceptionKeyResolverException(java.lang.String _msgID)
Constructor KeyResolverExceptionKeyResolverException(java.lang.String _msgID, java.lang.Exception _originalException)
Constructor KeyResolverExceptionKeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs)
Constructor KeyResolverExceptionKeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)
Constructor KeyResolverException
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
KeyResolverException
public KeyResolverException()
Constructor KeyResolverException
-
KeyResolverException
public KeyResolverException(java.lang.String _msgID)
Constructor KeyResolverException- Parameters:
_msgID
-
-
KeyResolverException
public KeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs)
Constructor KeyResolverException- Parameters:
_msgID
-exArgs
-
-
KeyResolverException
public KeyResolverException(java.lang.String _msgID, java.lang.Exception _originalException)
Constructor KeyResolverException- Parameters:
_msgID
-_originalException
-
-
KeyResolverException
public KeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)
Constructor KeyResolverException- Parameters:
_msgID
-exArgs
-_originalException
-
-
-