com.jrockit.memleak
Class OperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jrockit.memleak.MemLeakException
              extended by com.jrockit.memleak.OperationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TimedOutException, TooComplexException

public class OperationException
extends MemLeakException

Super class for exceptions from MemLeak operations.

Author:
mpersson
See Also:
Serialized Form

Constructor Summary
OperationException(java.lang.String message)
          Create a new exception with the given message.
 
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

OperationException

public OperationException(java.lang.String message)
Create a new exception with the given message.

Parameters:
message - the exception message


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