edu.mayo.bsi.ngsportal.shared
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.mayo.bsi.ngsportal.shared.ConnectionException
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, Serializable

public class ConnectionException
extends Exception
implements com.google.gwt.user.client.rpc.IsSerializable

@author Gregory Dougherty

See Also:
Serialized Form

Constructor Summary
ConnectionException()
          IsSerializable Constructor
ConnectionException(String message)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionException

public ConnectionException()
IsSerializable Constructor


ConnectionException

public ConnectionException(String message)
Parameters:
message -
Method Detail

getMessage

public final String getMessage()
Overrides:
getMessage in class Throwable
Returns:
the message