src/share/classes/com/sun/tools/attach/AgentInitializationException.java

Print this page

        

*** 38,47 **** --- 38,48 ---- * When thrown by <tt>VirtualMachine.loadAgentLibrary</tt>, or * <tt>VirtualMachine.loadAgentPath</tt> then the exception encapsulates * the error returned by the agent's <code>Agent_OnAttach</code> function. * This error code can be obtained by invoking the {@link #returnValue() returnValue} method. */ + @jdk.Supported public class AgentInitializationException extends Exception { /** use serialVersionUID for interoperability */ static final long serialVersionUID = -1508756333332806353L;