com.jrockit.memleak
Class MemLeakException

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

public class MemLeakException
extends java.lang.Exception

Super class of all checked MemLeak exceptions.

Author:
mpersson
See Also:
Serialized Form

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

MemLeakException

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

Parameters:
message - the exception message

MemLeakException

public MemLeakException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - the cause


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