java.rmi
public class UnexpectedException extends RemoteException
detail
Constructor and Description |
---|
UnexpectedException(String s)
Create an exception with a message.
|
UnexpectedException(String s,
Exception e)
Create an exception with a message and a cause.
|
getCause, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnexpectedException(String s)
s
- the messagepublic UnexpectedException(String s, Exception e)
s
- the messagee
- the cause