public class MBeanRegistrationException extends JMXWrapperException
MBeanRegistration interface.| Constructor and Description |
|---|
MBeanRegistrationException(String message)
Instantiates a new m bean registration exception.
|
MBeanRegistrationException(String message,
Throwable cause)
Instantiates a new m bean registration exception.
|
MBeanRegistrationException(Throwable cause)
Creates an
MBeanRegistrationException that wraps the actual
java.lang.Exception. |
getCause, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic MBeanRegistrationException(String message)
message - the messagepublic MBeanRegistrationException(Throwable cause)
MBeanRegistrationException that wraps the actual
java.lang.Exception.cause - the wrapped exception.Copyright © 2016 utils4j. All Rights Reserved.