com.jrockit.mc.rjmx.proxy
Class ProfilingOperationException

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

public final class ProfilingOperationException
extends java.lang.Exception

API neutral exception for when a profiling operation could not be performed.

Author:
Marcus Hirt
See Also:
Serialized Form

Constructor Summary
ProfilingOperationException(java.lang.Throwable cause)
          Constructor.
 
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

ProfilingOperationException

public ProfilingOperationException(java.lang.Throwable cause)
Constructor.

Parameters:
cause - the cause.


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