|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bea.jvm.ClassRedefinitionException
public class 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()
Deprecated. Constructor. |
|
ClassRedefinitionException(java.lang.String msg)
Deprecated. Constructor. |
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 |
---|
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 |