com.bea.jvm
Class ClassRedefinitionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.jvm.ClassRedefinitionException
All Implemented Interfaces:
java.io.Serializable

public class ClassRedefinitionException
extends java.lang.RuntimeException

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!

Author:
Marcus Hirt
See Also:
Serialized Form

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

ClassRedefinitionException

public ClassRedefinitionException()
Constructor.

See Also:
Exception.Exception()

ClassRedefinitionException

public ClassRedefinitionException(java.lang.String msg)
Constructor.

See Also:
Exception.Exception(java.lang.String)