javax.management
Class RuntimeOperationsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.management.JMRuntimeException
                          |
                          +--javax.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, getLocalizedMessage, 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()
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter w)
Overrides:
printStackTrace in class java.lang.Throwable


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