wt.step.processor
Class TransferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.step.processor.TransferException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MandatoryAttributeException
- public class TransferException
- extends Exception
The exception thrown when the STEP Import or Export processes fails.
The TransferException may wrap an internal exception/error thrown from lower
down in the process.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
myException
private Throwable myException
TransferException
public TransferException(String message)
- Constructs a transfer exception with the given message.
TransferException
public TransferException(Throwable exception)
- Constructs a transfer exception wrapping the given exception/error.
TransferException
public TransferException(String message,
Throwable exception)
- Constructs a transfer exception wrapping the given exception/error with
the given message.
getInnerException
public Throwable getInnerException()
- Accessor for the inner exception rethrown as this TransferException.
May be null.
toString
public String toString()
printStackTrace
public void printStackTrace(PrintStream s)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintWriter writer)