|
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
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(org.eclipse.core.runtime.Status status)
Create a new instance of a RemoteSyncMergeConflictException |
|
RemoteSyncMergeConflictException(java.lang.String message)
Create a new instance of a RemoteSyncMergeConflictException |
|
RemoteSyncMergeConflictException(java.lang.String message,
java.lang.Throwable cause)
Create a new instance of a RemoteSyncMergeConflictException |
|
RemoteSyncMergeConflictException(java.lang.Throwable cause)
Create a new instance of a RemoteSyncMergeConflictException |
|
| 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 RemoteSyncMergeConflictException(org.eclipse.core.runtime.Status status)
status - status object
public RemoteSyncMergeConflictException(java.lang.String message,
java.lang.Throwable cause)
message - detail messagecause - the causepublic RemoteSyncMergeConflictException(java.lang.String message)
message - detail messagepublic RemoteSyncMergeConflictException(java.lang.Throwable cause)
cause - the cause
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||