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