public class TransformationException extends XMLSecurityException
msgID
Constructor and Description |
---|
TransformationException()
Constructor TransformationException
|
TransformationException(Exception ex) |
TransformationException(Exception originalException,
String msgID)
Constructor TransformationException
|
TransformationException(Exception originalException,
String msgID,
Object[] exArgs)
Constructor TransformationException
|
TransformationException(String msgID)
Constructor TransformationException
|
TransformationException(String msgID,
Exception originalException)
Deprecated.
|
TransformationException(String msgID,
Object[] exArgs)
Constructor TransformationException
|
TransformationException(String msgID,
Object[] exArgs,
Exception originalException)
Deprecated.
|
getMsgID, getOriginalException, printStackTrace, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
public TransformationException()
public TransformationException(Exception ex)
public TransformationException(String msgID)
msgID
- public TransformationException(String msgID, Object[] exArgs)
msgID
- exArgs
- public TransformationException(Exception originalException, String msgID)
originalException
- msgID
- @Deprecated public TransformationException(String msgID, Exception originalException)
public TransformationException(Exception originalException, String msgID, Object[] exArgs)
originalException
- msgID
- exArgs
- @Deprecated public TransformationException(String msgID, Object[] exArgs, Exception originalException)
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.