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
public class KeyResolverException extends XMLSecurityException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
-
Constructor Summary
Constructors Constructor Description KeyResolverException()
Constructor KeyResolverExceptionKeyResolverException(Exception ex)
KeyResolverException(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, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
KeyResolverException
public KeyResolverException()
Constructor KeyResolverException
-
KeyResolverException
public KeyResolverException(Exception ex)
-
KeyResolverException
public KeyResolverException(String msgID)
Constructor KeyResolverException- Parameters:
msgID
-
-
KeyResolverException
public KeyResolverException(String msgID, Object[] exArgs)
Constructor KeyResolverException- Parameters:
msgID
-exArgs
-
-
KeyResolverException
public KeyResolverException(Exception originalException, String msgID)
Constructor KeyResolverException- Parameters:
originalException
-msgID
-
-
KeyResolverException
@Deprecated public KeyResolverException(String msgID, Exception originalException)
Deprecated.
-
KeyResolverException
public KeyResolverException(Exception originalException, String msgID, Object[] exArgs)
Constructor KeyResolverException- Parameters:
originalException
-msgID
-exArgs
-
-
KeyResolverException
@Deprecated public KeyResolverException(String msgID, Object[] exArgs, Exception originalException)
Deprecated.
-
-