|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCoreException
org.eclipse.ptp.rdt.sync.core.exceptions.RemoteSyncException
public class RemoteSyncException
An exception to wrap exceptions for which the Remote Sync services cannot recover.
| Constructor Summary | |
|---|---|
RemoteSyncException(Status status)
Create a new instance of a RemoteSyncException |
|
RemoteSyncException(String message)
Create a new instance of a RemoteSyncException |
|
RemoteSyncException(String message,
Throwable cause)
Create a new instance of a RemoteSyncException |
|
RemoteSyncException(Throwable cause)
Create a new instance of a RemoteSyncException |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteSyncException(String message)
message - detail message
public RemoteSyncException(String message,
Throwable cause)
message - detail messagecause - the causepublic RemoteSyncException(Throwable cause)
cause - the causepublic RemoteSyncException(Status status)
status - status object
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||