PTP
Release 7.0

org.eclipse.ptp.rdt.sync.core.exceptions
Class RemoteSyncMergeConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.core.runtime.CoreException
              extended by org.eclipse.ptp.rdt.sync.core.exceptions.RemoteSyncException
                  extended by org.eclipse.ptp.rdt.sync.core.exceptions.RemoteSyncMergeConflictException
All Implemented Interfaces:
java.io.Serializable

public class RemoteSyncMergeConflictException
extends RemoteSyncException

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.

Since:
3.0
See Also:
Serialized Form

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

RemoteSyncMergeConflictException

public RemoteSyncMergeConflictException(org.eclipse.core.runtime.Status status)
Create a new instance of a RemoteSyncMergeConflictException

Parameters:
status - status object

RemoteSyncMergeConflictException

public RemoteSyncMergeConflictException(java.lang.String message,
                                        java.lang.Throwable cause)
Create a new instance of a RemoteSyncMergeConflictException

Parameters:
message - detail message
cause - the cause

RemoteSyncMergeConflictException

public RemoteSyncMergeConflictException(java.lang.String message)
Create a new instance of a RemoteSyncMergeConflictException

Parameters:
message - detail message

RemoteSyncMergeConflictException

public RemoteSyncMergeConflictException(java.lang.Throwable cause)
Create a new instance of a RemoteSyncMergeConflictException

Parameters:
cause - the cause

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.