edu.ucdavis.rj.Exceptions
Class rjCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.ucdavis.rj.Exceptions.rjCommunicationException
All Implemented Interfaces:
java.io.Serializable

public class rjCommunicationException
extends java.lang.RuntimeException

Indicates that an exception occured during an RMI call. Used to hide the exceptions for most cases, but to allow a programmer to handle communication exceptions if so desired.

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
rjCommunicationException(java.lang.Throwable cause)
          Create a new instance of this exception.
 
Method Summary
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

rjCommunicationException

public rjCommunicationException(java.lang.Throwable cause)
Create a new instance of this exception.

Parameters:
cause - indicates specific problem.