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
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
-
Constructor Summary
Constructors Constructor Description InvalidKeyResolverException()
Constructor InvalidKeyResolverExceptionInvalidKeyResolverException(java.lang.Exception originalException, java.lang.String msgID)
Constructor InvalidKeyResolverExceptionInvalidKeyResolverException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor InvalidKeyResolverExceptionInvalidKeyResolverException(java.lang.String msgID)
Constructor InvalidKeyResolverExceptionInvalidKeyResolverException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.InvalidKeyResolverException(java.lang.String msgID, java.lang.Object[] exArgs)
Constructor InvalidKeyResolverExceptionInvalidKeyResolverException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
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.Exception originalException, java.lang.String msgID)
Constructor InvalidKeyResolverException- Parameters:
originalException
-msgID
-
-
InvalidKeyResolverException
@Deprecated public InvalidKeyResolverException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.
-
InvalidKeyResolverException
public InvalidKeyResolverException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor InvalidKeyResolverException- Parameters:
originalException
-msgID
-exArgs
-
-
InvalidKeyResolverException
@Deprecated public InvalidKeyResolverException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
Deprecated.
-
-