com.atlassian.jira.web.monitor.jmx
Class JMXException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.jira.web.monitor.jmx.JMXException
All Implemented Interfaces:
Serializable

public class JMXException
extends RuntimeException

An exception indicating that there was a problem registering or unregistering a bean in JMX.

Since:
v4.3
See Also:
Serialized Form

Constructor Summary
JMXException(String message, Throwable cause)
          Constructs a new JMXException exception with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JMXException

public JMXException(String message,
                    Throwable cause)
Constructs a new JMXException exception with the specified detail message and cause.

Parameters:
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)


Copyright © 2002-2012 Atlassian. All Rights Reserved.