public class RemoteSyncMergeConflictException extends RemoteSyncException
| Constructor and Description |
|---|
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
|
getCause, getStatus, printStackTrace, printStackTrace, printStackTracepublic RemoteSyncMergeConflictException(org.eclipse.core.runtime.Status status)
status - status objectpublic 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 causeCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.