com.jrockit.mc.rjmx.flr
Class FlightRecorderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jrockit.mc.rjmx.flr.FlightRecorderException
All Implemented Interfaces:
java.io.Serializable

public class FlightRecorderException
extends java.lang.Exception

Exception thrown when IFlightRecorderService operations fail.

Author:
Marcus Hirt
See Also:
Serialized Form

Constructor Summary
FlightRecorderException(java.lang.String message)
           
FlightRecorderException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
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

FlightRecorderException

public FlightRecorderException(java.lang.String message,
                               java.lang.Throwable cause)

FlightRecorderException

public FlightRecorderException(java.lang.String message)


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.