public class SynchronizationException extends RuntimeException
beforeCompletion() method fails.| Constructor and Description |
|---|
SynchronizationException()
Constructs a new
SynchronizationException instance. |
SynchronizationException(String msg)
Constructs a new
SynchronizationException instance with an initial message. |
SynchronizationException(String msg,
Throwable cause)
Constructs a new
SynchronizationException instance with an initial message and cause. |
SynchronizationException(Throwable cause)
Constructs a new
SynchronizationException instance with an initial cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SynchronizationException()
SynchronizationException instance. The message is left blank (null), and no
cause is specified.public SynchronizationException(String msg)
SynchronizationException instance with an initial message. No
cause is specified.msg - the messagepublic SynchronizationException(Throwable cause)
SynchronizationException instance with an initial cause. If
a non-null cause is specified, its message is used to initialize the message of this
SynchronizationException; otherwise the message is left blank (null).cause - the causeCopyright © 2017 JBoss by Red Hat. All rights reserved.