|
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
org.eclipse.ptp.rdt.sync.core.exceptions.RemoteSyncMergeConflictException
public class RemoteSyncMergeConflictException
A RemoteSyncException especially for merge conflicts. Since it is a subclass, clients only need to catch this exception if they want to handle merge conflicts in a different way. Later, this exception could add API with information about the merge conflict.
| Constructor Summary | |
|---|---|
RemoteSyncMergeConflictException(Status status)
Create a new instance of a RemoteSyncMergeConflictException |
|
RemoteSyncMergeConflictException(String message,
Throwable cause)
Create a new instance of a RemoteSyncMergeConflictException |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteSyncMergeConflictException(Status status)
status - status object
public RemoteSyncMergeConflictException(String message,
Throwable cause)
message - detail messagecause - the cause
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||