iiitAccessServer 1.0

de.iiit.access.common.api
Class RMIClientException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.iiit.access.common.api.RMIClientException
All Implemented Interfaces:
Serializable

public class RMIClientException
extends Exception

This exception is thrown when there is an communication error between the RMIClient and the RMIServer.

Version:
$Revision: 1.5 $ $Date: 2003/04/13 21:13:38 $
See Also:
Serialized Form

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

RMIClientException

public RMIClientException()
Creates a new instance of ClientException without detail message.


RMIClientException

public RMIClientException(String msg)
Constructs an instance of ClientException with the specified detail message.

Parameters:
msg - the detail message.

RMIClientException

public RMIClientException(String msg,
                          Throwable cause)
Constructs a new exception with the specified detail message and cause. Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.

Parameters:
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

Copyright © 2002, 2003 ingeneurbuero fuer innovative informationstechnik, Dipl.-Ing. Joerg Beckmann, Dortmund, Germany. All Rights Reserved.
See Copyright statement