|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--de.iiit.access.common.api.RMIClientException
This exception is thrown when there is an communication error between the RMIClient and the RMIServer.
Constructor Summary | |
RMIClientException()
Creates a new instance of ClientException without detail message. |
|
RMIClientException(String msg)
Constructs an instance of ClientException with the specified detail message. |
|
RMIClientException(String msg,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RMIClientException()
ClientException
without detail message.
public RMIClientException(String msg)
ClientException
with the specified detail message.
msg
- the detail message.public RMIClientException(String msg, Throwable cause)
msg
- the detail message.cause
- the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)
|
iiitAccessServer 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |