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 XMLSecurityException
msgID, originalException -
Constructor Summary
ConstructorsConstructorDescriptionXMLEncryptionException(String _msgID) XMLEncryptionException(String _msgID, Exception _originalException) XMLEncryptionException(String _msgID, Object[] exArgs) XMLEncryptionException(String _msgID, Object[] exArgs, Exception _originalException) -
Method Summary
Methods inherited from class XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
XMLEncryptionException
public XMLEncryptionException() -
XMLEncryptionException
- Parameters:
_msgID-
-
XMLEncryptionException
-
XMLEncryptionException
-
XMLEncryptionException
-