public class ExportException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
rcsId |
Constructor and Description |
---|
ExportException()
Constructs new
ExportException object. |
ExportException(java.lang.String message)
Constructs new
ExportException object. |
ExportException(java.lang.String message,
java.lang.Throwable throwable)
Constructs new
ExportException object. |
ExportException(java.lang.Throwable throwable)
Constructs new
ExportException object. |
public static final java.lang.String rcsId
public ExportException()
ExportException
object.public ExportException(java.lang.String message, java.lang.Throwable throwable)
ExportException
object.message
- the exception messagethrowable
- the original exceptionpublic ExportException(java.lang.String message)
ExportException
object.message
- the exception messagepublic ExportException(java.lang.Throwable throwable)
ExportException
object.throwable
- the original exception