public class JMXRegistrationException extends PicoCompositionException
| Constructor and Description |
|---|
JMXRegistrationException(String message)
Construct a JMXRegistrationException with a particular message.
|
JMXRegistrationException(String message,
Throwable cause)
Construct a JMXRegistrationException with a causing
Throwable and a particular message. |
JMXRegistrationException(Throwable cause)
Construct a JMXRegistrationException with a causing
Throwable. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JMXRegistrationException(String message)
message - the description of the exceptionpublic JMXRegistrationException(Throwable cause)
Throwable.cause - the causepublic JMXRegistrationException(String message, Throwable cause)
Throwable and a particular message.message - the description of the exceptioncause - the causeCopyright © 2003-2014 Codehaus. All Rights Reserved.