public final class AgentLoadException
extends java.lang.Exception
This exception is thrown by VirtualMachine.loadAgent or
VirtualMachine.loadAgentLibrary, loadAgentPath methods
if the agent, or agent library, cannot be loaded.
| Constructor and Description |
|---|
AgentLoadException()
Constructs an
AgentLoadException with
no detail message. |
AgentLoadException(java.lang.String s)
Constructs an
AgentLoadException with the specified detail message. |