public class UpgradeFailedException
extends java.io.IOException
| Constructor and Description |
|---|
UpgradeFailedException()
Constructs a new
UpgradeFailedException instance. |
UpgradeFailedException(java.lang.String msg)
Constructs a new
UpgradeFailedException instance with an initial message. |
UpgradeFailedException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new
UpgradeFailedException instance with an initial message and cause. |
UpgradeFailedException(java.lang.Throwable cause)
Constructs a new
UpgradeFailedException instance with an initial cause. |
public UpgradeFailedException()
UpgradeFailedException instance. The message is left blank (null), and no cause
is specified.public UpgradeFailedException(java.lang.String msg)
UpgradeFailedException instance with an initial message. No cause is specified.msg - the messagepublic UpgradeFailedException(java.lang.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 causepublic UpgradeFailedException(java.lang.String msg,
java.lang.Throwable cause)
UpgradeFailedException instance with an initial message and cause.msg - the messagecause - the causeCopyright © 2016 JBoss, a division of Red Hat, Inc.