|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.hyades.internal.execution.core.file.ServerNotAvailableException
public class ServerNotAvailableException
The file server is not available and therefore a connection can not be created to it.
| 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 |
|---|
public ServerNotAvailableException()
public ServerNotAvailableException(java.lang.Throwable throwable)
throwable - the throwable that this exception is triggered from
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||