TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.internal.execution.core.file
Class ServerNotAvailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.hyades.internal.execution.core.file.ServerNotAvailableException
All Implemented Interfaces:
java.io.Serializable

public class ServerNotAvailableException
extends java.lang.Exception

The file server is not available and therefore a connection can not be created to it.

See Also:
Serialized Form

Constructor Summary
ServerNotAvailableException()
          Constructs a new server not available exception that was not triggered by another exception
ServerNotAvailableException(java.lang.Throwable throwable)
          Constructs a new server not available exception that was triggered by another exception
 
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

ServerNotAvailableException

public ServerNotAvailableException()
Constructs a new server not available exception that was not triggered by another exception


ServerNotAvailableException

public ServerNotAvailableException(java.lang.Throwable throwable)
Constructs a new server not available exception that was triggered by another exception

Parameters:
throwable - the throwable that this exception is triggered from

TPTP 4.5.0 Platform Project
Internal API Specification