org.apache.xml.security.encryption
Class XMLEncryptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.xml.security.exceptions.XMLSecurityException
              extended by org.apache.xml.security.encryption.XMLEncryptionException
All Implemented Interfaces:
java.io.Serializable

public class XMLEncryptionException
extends XMLSecurityException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID, originalException
 
Constructor Summary
XMLEncryptionException()
           
XMLEncryptionException(java.lang.String _msgID)
           
XMLEncryptionException(java.lang.String _msgID, java.lang.Exception _originalException)
           
XMLEncryptionException(java.lang.String _msgID, java.lang.Object[] exArgs)
           
XMLEncryptionException(java.lang.String _msgID, java.lang.Object[] exArgs, java.lang.Exception _originalException)
           
 
Method Summary
 
Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException
getMsgID, getOriginalException, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLEncryptionException

public XMLEncryptionException()

XMLEncryptionException

public XMLEncryptionException(java.lang.String _msgID)
Parameters:
_msgID -

XMLEncryptionException

public XMLEncryptionException(java.lang.String _msgID,
                              java.lang.Object[] exArgs)
Parameters:
_msgID -
exArgs -

XMLEncryptionException

public XMLEncryptionException(java.lang.String _msgID,
                              java.lang.Exception _originalException)
Parameters:
_msgID -
_originalException -

XMLEncryptionException

public XMLEncryptionException(java.lang.String _msgID,
                              java.lang.Object[] exArgs,
                              java.lang.Exception _originalException)
Parameters:
_msgID -
exArgs -
_originalException -


Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.