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