public class ConnectIOException extends RemoteException
detail
Constructor and Description |
---|
ConnectIOException(String s)
Create an exception with a message.
|
ConnectIOException(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 ConnectIOException(String s)
s
- the messagepublic ConnectIOException(String s, Exception e)
s
- the messagee
- the cause