|
PTP Release 7.0 |
|||||||||
| 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.ptp.rdt.sync.core.exceptions.MissingConnectionException
public class MissingConnectionException
Exception for a missing remote connection. A specific exception is defined as this situation often requires special handling. Normally, it should be expected to happen on occasion, and the client should recover gracefully.
| Constructor Summary | |
|---|---|
MissingConnectionException(java.lang.String name)
Create a new instance of a MissingConnectionException |
|
MissingConnectionException(java.lang.String name,
java.lang.String message)
Create a new instance of a MissingConnectionException |
|
| Method Summary | |
|---|---|
java.lang.String |
getConnectionName()
Get connection name |
| 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 MissingConnectionException(java.lang.String name)
name - connection name
public MissingConnectionException(java.lang.String name,
java.lang.String message)
name - connection namemessage - exception message| Method Detail |
|---|
public java.lang.String getConnectionName()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||