java.lang.instrument.UnmodifiableClassException
This exception may be thrown from implementations of the method
redefineClasses(ClassDefinition[]) when one of the
desired class redefinition operations cannot be carried out. Such a situation
may arise if a redefinition attempts to alter the members of a class or its
inheritance hierarchy.
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
UnmodifiableClassException()
Constructs a new instance of UnmodifiableClassException
with no explanatory message.
public
UnmodifiableClassException(String s)
Constructs a new instance of
UnmodifiableClassException
with the supplied message,
s, for explanation.
Parameters
| s
| a string containing information on why the exception is being
created.
|