Class SendErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.ServletException
ch.tocco.nice2.web.core.api.SendErrorException
All Implemented Interfaces:
Serializable

public class SendErrorException extends jakarta.servlet.ServletException
See Also:
  • Constructor Details

    • SendErrorException

      public SendErrorException(int httpCode)
    • SendErrorException

      public SendErrorException(int httpCode, String message)
    • SendErrorException

      public SendErrorException(int httpCode, String message, Throwable rootCause)
    • SendErrorException

      public SendErrorException(int httpCode, Throwable rootCause)
  • Method Details

    • getHttpCode

      public int getHttpCode()