Sonic Management API

javax.management
Class RuntimeErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.management.JMRuntimeException
                  extended by javax.management.RuntimeErrorException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeErrorException
extends JMRuntimeException

When a java.lang.Error occurs in the agent it should be caught and re-thrown as a RuntimeErrorException.

See Also:
Serialized Form

Constructor Summary
RuntimeErrorException(java.lang.Error e)
          Default constructor.
RuntimeErrorException(java.lang.Error e, java.lang.String message)
          Constructor that allows a specific error message to be specified.
 
Method Summary
 java.lang.Throwable getCause()
          Returns the actual Error thrown.
 java.lang.Error getTargetError()
          Returns the actual Error thrown.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeErrorException

public RuntimeErrorException(java.lang.Error e)
Default constructor.

Parameters:
e - the wrapped error.

RuntimeErrorException

public RuntimeErrorException(java.lang.Error e,
                             java.lang.String message)
Constructor that allows a specific error message to be specified.

Parameters:
e - the wrapped error.
message - the detail message.
Method Detail

getCause

public java.lang.Throwable getCause()
Returns the actual Error thrown.

Overrides:
getCause in class java.lang.Throwable
Returns:
the wrapped Error.

getTargetError

public java.lang.Error getTargetError()
Returns the actual Error thrown.

Returns:
the wrapped Error.

Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 16-Sep-2010.