Package com.sun.tools.attach
Class AgentLoadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.tools.attach.AgentLoadException
-
- All Implemented Interfaces:
java.io.Serializable
public final class AgentLoadException extends java.lang.Exception
The exception thrown when an agent cannot be loaded into the target Java virtual machine.This exception is thrown by
VirtualMachine.loadAgent
orVirtualMachine.loadAgentLibrary
,loadAgentPath
methods if the agent, or agent library, cannot be loaded.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description AgentLoadException()
Constructs anAgentLoadException
with no detail message.AgentLoadException(java.lang.String s)
Constructs anAgentLoadException
with the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-