edu.wpi.ebob.model.cm
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wpi.ebob.model.cm.RemoteException
All Implemented Interfaces:
IObject, java.io.Serializable
Direct Known Subclasses:
JEMRemoteException

public abstract class RemoteException
extends java.lang.Exception
implements IObject

Author:
Liam Morley
See Also:
Serialized Form

Constructor Summary
RemoteException()
           
RemoteException(java.lang.String message)
           
RemoteException(java.lang.String message, java.lang.Throwable cause)
           
RemoteException(java.lang.Throwable cause)
           
 
Method Summary
abstract  IClass getIClass()
           
 
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
 
Methods inherited from interface edu.wpi.ebob.model.cm.IObject
isInstanceof, objToString
 

Constructor Detail

RemoteException

public RemoteException()

RemoteException

public RemoteException(java.lang.String message)
Parameters:
message -

RemoteException

public RemoteException(java.lang.Throwable cause)
Parameters:
cause -

RemoteException

public RemoteException(java.lang.String message,
                       java.lang.Throwable cause)
Parameters:
message -
cause -
Method Detail

getIClass

public abstract IClass getIClass()
Specified by:
getIClass in interface IObject
See Also:
IObject.getIClass()