public class java.lang.instrument
UnmodifiableClassException


Hide details Login
Java SE 6
  
Extends: Throwable > Exception

Thrown by an implementation of Instrumentation.redefineClasses when one of the specified classes cannot be modified.
since1.5
See also redefineClasses

Constructors
public UnmodifiableClassException()
Constructs an UnmodifiableClassException with no detail message.
public UnmodifiableClassException(String s)
Constructs an UnmodifiableClassException with the specified detail message.
sthe detail message.