Class InvokerException.ExitException

All Implemented Interfaces:
Serializable
Enclosing class:
InvokerException

public static final class InvokerException.ExitException extends InvokerException
Exception for intentional exit: No message or anything will be displayed, just the carried exit code will be returned from invoker Invoker.invoke(InvokerRequest) method.
See Also:
  • Constructor Details

    • ExitException

      public ExitException(int exitCode)
  • Method Details

    • getExitCode

      public int getExitCode()