Top Description Fields Constructors
java.lang.instrument

public Class UnmodifiableClassException

extends Exception
Class Inheritance

Thrown by an implementation of Instrumentation.redefineClasses when one of the specified classes cannot be modified.
Since
1.5
See Also
java.lang.instrument.Instrumentation#redefineClasses

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
UnmodifiableClassException()

Constructs an UnmodifiableClassException with no detail message.

public
UnmodifiableClassException(String
the detail message.
s
)

Constructs an UnmodifiableClassException with the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.Exception.serialVersionUID.

Constructor Detail

UnmodifiableClassExceptionback to summary
public UnmodifiableClassException()

Constructs an UnmodifiableClassException with no detail message.

UnmodifiableClassExceptionback to summary
public UnmodifiableClassException(String s)

Constructs an UnmodifiableClassException with the specified detail message.

Parameters
s:String

the detail message.