gov.nih.nci.caarray.services
Class ServerConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.caarray.services.ServerConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ServerConnectionException
extends java.lang.Exception

Indicates a problem connecting to a caArray server (or a dropped connection).

See Also:
Serialized Form

Constructor Summary
ServerConnectionException(java.lang.String message, java.lang.Throwable cause)
           
 
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
 

Constructor Detail

ServerConnectionException

public ServerConnectionException(java.lang.String message,
                                 java.lang.Throwable cause)
Parameters:
message - the message of the exception
cause - the cause of the exception