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:
java.io.Serializable
public class InvalidKeyResolverException 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 InvalidKeyResolverException()
Constructor InvalidKeyResolverExceptionInvalidKeyResolverException(java.lang.String _msgID)
Constructor InvalidKeyResolverExceptionInvalidKeyResolverException(java.lang.String _msgID, java.lang.Exception _originalException)
Constructor InvalidKeyResolverExceptionInvalidKeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs)
Constructor InvalidKeyResolverExceptionInvalidKeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)
Constructor InvalidKeyResolverException
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidKeyResolverException
public InvalidKeyResolverException()
Constructor InvalidKeyResolverException
-
InvalidKeyResolverException
public InvalidKeyResolverException(java.lang.String _msgID)
Constructor InvalidKeyResolverException- Parameters:
_msgID
-
-
InvalidKeyResolverException
public InvalidKeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs)
Constructor InvalidKeyResolverException- Parameters:
_msgID
-exArgs
-
-
InvalidKeyResolverException
public InvalidKeyResolverException(java.lang.String _msgID, java.lang.Exception _originalException)
Constructor InvalidKeyResolverException- Parameters:
_msgID
-_originalException
-
-
InvalidKeyResolverException
public InvalidKeyResolverException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)
Constructor InvalidKeyResolverException- Parameters:
_msgID
-exArgs
-_originalException
-
-
-