public class ExportException extends java.rmi.RemoteException
UnicastRemoteObject,
Activatable,
Serialized Form| Constructor and Description |
|---|
ExportException(java.lang.String s)
Create an exception with the specified message.
|
ExportException(java.lang.String s,
java.lang.Exception e)
Create an exception with the specified message and cause.
|
public ExportException(java.lang.String s)
s - the messagepublic ExportException(java.lang.String s, java.lang.Exception e)
s - the messagee - the cause