com.jrockit.memleak.mlp
Class MLPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jrockit.memleak.MemLeakException
              extended by com.jrockit.memleak.spi.SpiException
                  extended by com.jrockit.memleak.mlp.MLPException
All Implemented Interfaces:
java.io.Serializable

public class MLPException
extends SpiException

Exception for MemLeak protocol related problems, including nested IOExceptions.

Author:
mpersson
See Also:
Serialized Form

Constructor Summary
MLPException(java.lang.String message)
          Create a new exception with the given message.
MLPException(java.lang.Throwable cause)
          Constructs a new exception with the specified cause.
 
Method Summary
 
Methods inherited from class com.jrockit.memleak.spi.SpiException
unhandled
 
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

MLPException

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

Parameters:
cause - the cause

MLPException

public MLPException(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.