PTP
Release 7.0

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

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RemoteSyncMergeConflictException

public class RemoteSyncException
extends org.eclipse.core.runtime.CoreException

An exception to wrap exceptions for which the Remote Sync services cannot recover.

Since:
3.0
See Also:
Serialized Form

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

RemoteSyncException

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

Parameters:
message - detail message

RemoteSyncException

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

Parameters:
message - detail message
cause - the cause

RemoteSyncException

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

Parameters:
cause - the cause

RemoteSyncException

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

Parameters:
status - status object

PTP
Release 7.0

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