public class RemoteSyncException
extends org.eclipse.core.runtime.CoreException
| Constructor and Description |
|---|
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
|
getCause, getStatus, printStackTrace, printStackTrace, printStackTracepublic RemoteSyncException(java.lang.String message)
message - detail messagepublic RemoteSyncException(java.lang.String message,
java.lang.Throwable cause)
message - detail messagecause - the causepublic RemoteSyncException(java.lang.Throwable cause)
cause - the causepublic RemoteSyncException(org.eclipse.core.runtime.Status status)
status - status objectCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.