com.aptana.ide.core.io
Class NotConnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aptana.ide.core.io.NotConnectedException
All Implemented Interfaces:
java.io.Serializable

public class NotConnectedException
extends java.lang.Exception

Author:
Kevin Lindsey
See Also:
Serialized Form

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

NotConnectedException

public NotConnectedException()
ConnectionException


NotConnectedException

public NotConnectedException(java.lang.String message)
ConnectionException

Parameters:
message -

NotConnectedException

public NotConnectedException(java.lang.String message,
                             java.lang.Throwable cause)
ConnectionException

Parameters:
message -
cause -

NotConnectedException

public NotConnectedException(java.lang.Throwable cause)
ConnectionException

Parameters:
cause -