javax.management
Class RuntimeOperationsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.management.JMRuntimeException
                  extended byjavax.management.RuntimeOperationsException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeOperationsException
extends JMRuntimeException

Version:
$Revision: 1.5 $
Author:
Simone Bordet
See Also:
Serialized Form

Constructor Summary
RuntimeOperationsException()
           
RuntimeOperationsException(java.lang.RuntimeException x)
           
RuntimeOperationsException(java.lang.RuntimeException x, java.lang.String message)
           
RuntimeOperationsException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.RuntimeException getTargetException()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter w)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeOperationsException

public RuntimeOperationsException()

RuntimeOperationsException

public RuntimeOperationsException(java.lang.String message)

RuntimeOperationsException

public RuntimeOperationsException(java.lang.RuntimeException x)

RuntimeOperationsException

public RuntimeOperationsException(java.lang.RuntimeException x,
                                  java.lang.String message)
Method Detail

getTargetException

public java.lang.RuntimeException getTargetException()

getMessage

public java.lang.String getMessage()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream s)

printStackTrace

public void printStackTrace(java.io.PrintWriter w)


Copyright © 2001-2002 MX4J Team. All Rights Reserved.