Top Description Fields Constructors
java.lang.instrument

public Class UnmodifiableModuleException

extends RuntimeException
Class Inheritance

Thrown to indicate that a module cannot be modified.
Since
9
See Also
Instrumentation#redefineModule

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
UnmodifiableModuleException()

Constructs an UnmodifiableModuleException with no detail message.

public
UnmodifiableModuleException(String
the detail message.
msg
)

Constructs an UnmodifiableModuleException with the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.RuntimeException.serialVersionUID.

Constructor Detail

UnmodifiableModuleExceptionback to summary
public UnmodifiableModuleException()

Constructs an UnmodifiableModuleException with no detail message.

UnmodifiableModuleExceptionback to summary
public UnmodifiableModuleException(String msg)

Constructs an UnmodifiableModuleException with the specified detail message.

Parameters
msg:String

the detail message.