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.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
AgentLoadException()
Constructs an
AgentLoadException with
no detail message. |
AgentLoadException(java.lang.String s)
Constructs an
AgentLoadException with the specified detail message. |
private static final long serialVersionUID