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
- 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 KeyResolverException()
Constructor KeyResolverExceptionKeyResolverException(java.lang.Exception ex)
KeyResolverException(java.lang.Exception originalException, java.lang.String msgID)
Constructor KeyResolverExceptionKeyResolverException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor KeyResolverExceptionKeyResolverException(java.lang.String msgID)
Constructor KeyResolverExceptionKeyResolverException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.KeyResolverException(java.lang.String msgID, java.lang.Object[] exArgs)
Constructor KeyResolverExceptionKeyResolverException(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
-
KeyResolverException
public KeyResolverException()
Constructor KeyResolverException
-
KeyResolverException
public KeyResolverException(java.lang.Exception ex)
-
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.Exception originalException, java.lang.String msgID)
Constructor KeyResolverException- Parameters:
originalException
-msgID
-
-
KeyResolverException
@Deprecated public KeyResolverException(java.lang.String msgID, java.lang.Exception originalException)
Deprecated.
-
KeyResolverException
public KeyResolverException(java.lang.Exception originalException, java.lang.String msgID, java.lang.Object[] exArgs)
Constructor KeyResolverException- Parameters:
originalException
-msgID
-exArgs
-
-
KeyResolverException
@Deprecated public KeyResolverException(java.lang.String msgID, java.lang.Object[] exArgs, java.lang.Exception originalException)
Deprecated.
-
-