Class XMLEncryptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.xml.security.exceptions.XMLSecurityException
-
- org.apache.xml.security.encryption.XMLEncryptionException
-
- All Implemented Interfaces:
Serializable
public class XMLEncryptionException extends XMLSecurityException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
-
Constructor Summary
Constructors Constructor Description XMLEncryptionException()
XMLEncryptionException(Exception ex)
XMLEncryptionException(Exception originalException, String msgID)
XMLEncryptionException(Exception originalException, String msgID, Object[] exArgs)
XMLEncryptionException(String msgID)
XMLEncryptionException(String msgID, Exception originalException)
Deprecated.XMLEncryptionException(String msgID, Object... exArgs)
XMLEncryptionException(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
-
XMLEncryptionException
public XMLEncryptionException()
-
XMLEncryptionException
public XMLEncryptionException(Exception ex)
-
XMLEncryptionException
public XMLEncryptionException(String msgID)
- Parameters:
msgID
-
-
XMLEncryptionException
public XMLEncryptionException(String msgID, Object... exArgs)
- Parameters:
msgID
-exArgs
-
-
XMLEncryptionException
public XMLEncryptionException(Exception originalException, String msgID)
- Parameters:
originalException
-msgID
-
-
XMLEncryptionException
@Deprecated public XMLEncryptionException(String msgID, Exception originalException)
Deprecated.
-
XMLEncryptionException
public XMLEncryptionException(Exception originalException, String msgID, Object[] exArgs)
- Parameters:
originalException
-msgID
-exArgs
-
-
XMLEncryptionException
@Deprecated public XMLEncryptionException(String msgID, Object[] exArgs, Exception originalException)
Deprecated.
-
-