public class SynchronizationException extends Exception
Constructor and Description |
---|
SynchronizationException()
Instantiates a new synchronization exception.
|
SynchronizationException(String message)
Instantiates a new synchronization exception.
|
SynchronizationException(String message,
Throwable cause)
Instantiates a new synchronization exception.
|
SynchronizationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new synchronization exception.
|
SynchronizationException(Throwable cause)
Instantiates a new synchronization exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SynchronizationException()
public SynchronizationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack tracepublic SynchronizationException(String message, Throwable cause)
message
- the messagecause
- the causepublic SynchronizationException(String message)
message
- the messagepublic SynchronizationException(Throwable cause)
cause
- the causeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.