Serializable
public class JmxBuilderException extends RuntimeException
Constructor | Description |
---|---|
JmxBuilderException() |
Default constructor for exception.
|
JmxBuilderException(String ex) |
Parameterized constructor.
|
JmxBuilderException(String msg,
Throwable ex) |
Parameterized constructor.
|
JmxBuilderException(Throwable ex) |
Parameterized constructor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JmxBuilderException()
public JmxBuilderException(String ex)
ex
- - exception message.public JmxBuilderException(Throwable ex)
ex
- - exception thrown.