|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.bea.jvm.ClassRedefinitionException
Thrown by the JRockit Management API whenever a class redefinition failed due to bad bytecode being supplied. Note that this is a RuntimeException to not break existing clients. This will not be checked by the compiler!
Constructor Summary | |
ClassRedefinitionException()
Constructor. |
|
ClassRedefinitionException(java.lang.String msg)
Constructor. |
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 ClassRedefinitionException()
Exception.Exception()
public ClassRedefinitionException(java.lang.String msg)
Exception.Exception(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |