org.objectweb.jonas.jmx
Class ManagementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.objectweb.jonas.jmx.ManagementException
All Implemented Interfaces:
java.io.Serializable

public class ManagementException
extends java.lang.RuntimeException

Implement exceptions thrown by the management operations

Author:
Bruno Michel and Guillaume Riviere
See Also:
Serialized Form

Field Summary
protected  java.lang.Throwable cause
           
 
Constructor Summary
ManagementException(java.lang.String message)
           
ManagementException(java.lang.String message, java.lang.Throwable throwable)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cause

protected java.lang.Throwable cause
Constructor Detail

ManagementException

public ManagementException(java.lang.String message)

ManagementException

public ManagementException(java.lang.String message,
                           java.lang.Throwable throwable)
Method Detail

getCause

public java.lang.Throwable getCause()

getMessage

public java.lang.String getMessage()

toString

public java.lang.String toString()