Class InternalServerErrorException

All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends HttpException
Since:
2.0.0
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException()
      Constructs a new InternalServerErrorException.
    • InternalServerErrorException

      public InternalServerErrorException(String message)
      Constructs a new InternalServerErrorException with the supplied message.
      Parameters:
      message - The message to set.
    • InternalServerErrorException

      public InternalServerErrorException(String message, Throwable cause)
      Constructs a new InternalServerErrorException with the supplied message and Throwable.
      Parameters:
      message - The message to set.
      cause - The cause.
    • InternalServerErrorException

      public InternalServerErrorException(Throwable cause)
      Constructs a new InternalServerErrorException with the supplied Throwable.
      Parameters:
      cause - The cause.