| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | com.sun.tools.attach.AgentLoadException | ||
The exception thrown when an agent cannot be loaded into the target Java virtual machine.
This exception is thrown by VirtualMachine.loadAgent or
VirtualMachine.loadAgentLibrary, loadAgentPath methods
if the agent, or agent library, cannot be loaded.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an
AgentLoadException with
no detail message. | |||||||||||
Constructs an
AgentLoadException with
the specified detail message. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
Constructs an AgentLoadException with
no detail message.
Constructs an AgentLoadException with
the specified detail message.
| s | the detail message. |
|---|
