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