com.sas.drugdev.remote
Class RemoteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sas.drugdev.remote.RemoteException
All Implemented Interfaces:
java.io.Serializable

public class RemoteException
extends java.lang.Exception

RemoteException is used when a server or transport exception has ocurred that was unable to obtain a service.

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)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteException

public RemoteException()

RemoteException

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

RemoteException

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

RemoteException

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