public class ExportException
extends org.objectweb.jonathan.apis.kernel.JonathanException
Constructor and Description |
---|
ExportException()
Constructs a new ExportException with no detail message.
|
ExportException(Exception exception)
Builds a ExportException that wraps another exception.
|
ExportException(String s)
Builds an ExportException with a detail message.
|
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public ExportException()
public ExportException(String s)
public ExportException(Exception exception)