Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.management
Class JMRuntimeException  view JMRuntimeException download JMRuntimeException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.management.JMRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RuntimeErrorException, RuntimeMBeanException, RuntimeOperationsException

public class JMRuntimeException
extends java.lang.RuntimeException

Exceptions thrown by JMX implementations. These types of errors occur during invocations as opposed to JMExceptions which are due to incorrect invocations.

Version:
$Revision: 1.2 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
JMRuntimeException()
          Construct a new JMRuntimeException with no message.
JMRuntimeException(java.lang.String message)
          Construct a new JMRuntimeException with the given message.
 
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

JMRuntimeException

public JMRuntimeException()
Construct a new JMRuntimeException with no message.


JMRuntimeException

public JMRuntimeException(java.lang.String message)
Construct a new JMRuntimeException with the given message.