Class InvalidTransformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.xml.security.transforms.InvalidTransformException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.xml.security.exceptions.XMLSecurityException
msgID
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor InvalidTransformExceptionInvalidTransformException
(Exception originalException, String msgId) Constructor InvalidTransformExceptionInvalidTransformException
(Exception originalException, String msgId, Object[] exArgs) Constructor InvalidTransformExceptionInvalidTransformException
(String msgId) Constructor InvalidTransformExceptionInvalidTransformException
(String msgID, Exception originalException) Deprecated.InvalidTransformException
(String msgId, Object[] exArgs) Constructor InvalidTransformExceptionInvalidTransformException
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidTransformException
public InvalidTransformException()Constructor InvalidTransformException -
InvalidTransformException
Constructor InvalidTransformException- Parameters:
msgId
-
-
InvalidTransformException
Constructor InvalidTransformException- Parameters:
msgId
-exArgs
-
-
InvalidTransformException
Constructor InvalidTransformException- Parameters:
msgId
-originalException
-
-
InvalidTransformException
Deprecated. -
InvalidTransformException
Constructor InvalidTransformException- Parameters:
msgId
-exArgs
-originalException
-
-
InvalidTransformException
@Deprecated public InvalidTransformException(String msgID, Object[] exArgs, Exception originalException) Deprecated.
-