Class GrouperGroovyExit

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.app.gsh.GrouperGroovyExit
All Implemented Interfaces:
Serializable

public class GrouperGroovyExit extends RuntimeException
See Also:
  • Constructor Details

    • GrouperGroovyExit

      public GrouperGroovyExit()
    • GrouperGroovyExit

      public GrouperGroovyExit(int theExitCode)
    • GrouperGroovyExit

      public GrouperGroovyExit(int theExitCode, String message)
    • GrouperGroovyExit

      public GrouperGroovyExit(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • GrouperGroovyExit

      public GrouperGroovyExit(String message, Throwable cause)
    • GrouperGroovyExit

      public GrouperGroovyExit(String message)
    • GrouperGroovyExit

      public GrouperGroovyExit(Throwable cause)
  • Method Details

    • getExitCode

      public int getExitCode()
    • setExitCode

      public void setExitCode(int exitCode)