Package spark

Class HaltException

All Implemented Interfaces:
Serializable

public class HaltException extends RuntimeException
Exception used for stopping the execution
Author:
Per Wendel
See Also:
  • Method Details

    • getStatusCode

      public int getStatusCode()
      Deprecated.
      replaced by statusCode()
      Returns:
      the statusCode
    • statusCode

      public int statusCode()
      Returns:
      the statusCode
    • getBody

      public String getBody()
      Deprecated.
      replaced by body()
      Returns:
      the body
    • body

      public String body()
      Returns:
      the body