public class UnmodifiableClassException extends Exception
Instrumentation.redefineClasses when one of the specified classes cannot be modified.
Instrumentation.redefineClasses(java.lang.instrument.ClassDefinition...) ,
Serialized Form
| Constructor and Description |
|---|
UnmodifiableClassException()
Constructs an
UnmodifiableClassException with no detail message.
|
UnmodifiableClassException(String
Constructs an
UnmodifiableClassException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnmodifiableClassException()
UnmodifiableClassException with no detail message.
public UnmodifiableClassException(Strings)
UnmodifiableClassException with the specified detail message.
s - the detail message.