|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.jrockit.memleak.MemLeakException
com.jrockit.memleak.spi.SpiException
com.jrockit.memleak.mlp.MLPException
public class MLPException
Exception for MemLeak protocol related problems, including nested
IOException
s.
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 |
---|
public MLPException(java.lang.Throwable cause)
cause
- the causepublic MLPException(java.lang.String message)
message
- the exception message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |