Class InternalServerErrorException

All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends HttpResponseException
Thrown when server has an internal error
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException(String message)
      Create with a message.
    • InternalServerErrorException

      public InternalServerErrorException(Object jsonResponse)
      Create with a status and response that will sent as JSON.