|
Attach API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.tools.attach.AgentLoadException
public class 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.
Constructor Summary | |
---|---|
AgentLoadException()
Constructs an AgentLoadException with
no detail message. |
|
AgentLoadException(String s)
Constructs an AgentLoadException with
the specified detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AgentLoadException()
AgentLoadException
with
no detail message.
public AgentLoadException(String s)
AgentLoadException
with
the specified detail message.
s
- the detail message.
|
Attach API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.