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.ExceptionThe exception thrown when an agent cannot be loaded into the target Java virtual machine.This exception is thrown by
VirtualMachine.loadAgentorVirtualMachine.loadAgentLibrary,loadAgentPathmethods if the agent, or agent library, cannot be loaded.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description AgentLoadException()Constructs anAgentLoadExceptionwith no detail message.AgentLoadException(java.lang.String s)Constructs anAgentLoadExceptionwith the specified detail message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-