public class ExportException extends RemoteException
UnicastRemoteObject
,
Activatable
,
Serialized Formdetail
Constructor and Description |
---|
ExportException(String s)
Create an exception with the specified message.
|
ExportException(String s,
Exception e)
Create an exception with the specified message and cause.
|
getCause, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExportException(String s)
s
- the messagepublic ExportException(String s, Exception e)
s
- the messagee
- the cause