[Java] Class JmxBuilderException

  • groovy.jmx.builder.JmxBuilderException

Runtime exception used by JmxBuilder.

Constructor Summary

Constructors
Constructor and description
JmxBuilderException ()
Default constructor for exception.
JmxBuilderException (String ex)
Parameterized constructor.
JmxBuilderException (Throwable ex)
Parameterized constructor.
JmxBuilderException (String msg, Throwable ex)
Parameterized constructor.

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class RuntimeException printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll

Constructor Detail

public JmxBuilderException()

Default constructor for exception.

public JmxBuilderException(String ex)

Parameterized constructor.

Parameters:
ex - - exception message.

public JmxBuilderException(Throwable ex)

Parameterized constructor.

Parameters:
ex - - exception thrown.

public JmxBuilderException(String msg, Throwable ex)

Parameterized constructor.

Parameters:
msg - - exception message.
ex - - exception thrown.

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/jmx/builder/JmxBuilderException.html