|
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.core.runtime.CoreException
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(org.eclipse.core.runtime.Status status)
Create a new instance of a RemoteSyncException |
|
RemoteSyncException(java.lang.String message)
Create a new instance of a RemoteSyncException |
|
RemoteSyncException(java.lang.String message,
java.lang.Throwable cause)
Create a new instance of a RemoteSyncException |
|
RemoteSyncException(java.lang.Throwable cause)
Create a new instance of a RemoteSyncException |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.core.runtime.CoreException |
|---|
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteSyncException(java.lang.String message)
message - detail message
public RemoteSyncException(java.lang.String message,
java.lang.Throwable cause)
message - detail messagecause - the causepublic RemoteSyncException(java.lang.Throwable cause)
cause - the causepublic RemoteSyncException(org.eclipse.core.runtime.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 | |||||||||