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
- See Also:
-
Field Summary
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID -
Constructor Summary
ConstructorsConstructorDescriptionXMLEncryptionException(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, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
XMLEncryptionException
public XMLEncryptionException() -
XMLEncryptionException
-
XMLEncryptionException
- Parameters:
msgID-
-
XMLEncryptionException
- Parameters:
msgID-exArgs-
-
XMLEncryptionException
- Parameters:
originalException-msgID-
-
XMLEncryptionException
Deprecated. -
XMLEncryptionException
- Parameters:
originalException-msgID-exArgs-
-
XMLEncryptionException
@Deprecated public XMLEncryptionException(String msgID, Object[] exArgs, Exception originalException) Deprecated.
-