public class ExportException
extends java.lang.RuntimeException
Constructor and Description |
---|
ExportException(java.lang.String msg)
Initialize the new instance with a message.
|
ExportException(java.lang.String msg,
java.lang.Throwable throwable)
Initialize the new instance with a message and another exception.
|