Class ReExecuted
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.api.admin.CommandException
com.sun.enterprise.admin.cli.remote.ReExecuted
- All Implemented Interfaces:
Serializable
public class ReExecuted
extends org.glassfish.api.admin.CommandException
This is a trick for
RemoteRestCommand where command lifecycle must be restarted. One reason is potential
change of cached CommandModel.- Author:
- mmares
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReExecuted
public ReExecuted(int executionResult)
-
-
Method Details
-
getExecutionResult
public int getExecutionResult()
-