public class

UnmodifiableClassException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.instrument.UnmodifiableClassException

Class Overview

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

Summary

Public Constructors
UnmodifiableClassException()
Constructs an UnmodifiableClassException with no detail message.
UnmodifiableClassException(String s)
Constructs an UnmodifiableClassException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnmodifiableClassException ()

Constructs an UnmodifiableClassException with no detail message.

public UnmodifiableClassException (String s)

Constructs an UnmodifiableClassException with the specified detail message.

Parameters
s the detail message.