public class NoServerException
extends java.rmi.RemoteException
Constructor and Description |
---|
NoServerException()
Creates an instance without argument
|
NoServerException(java.lang.String message)
Creates an instance with a message
|
NoServerException(java.lang.String msg,
java.lang.Throwable ex)
Creates an instance with a message and an exception
|
public NoServerException()
public NoServerException(java.lang.String message)
message
- messagepublic NoServerException(java.lang.String msg, java.lang.Throwable ex)
msg
- messageex
- exception