Package ch.tocco.nice2.web.core.api
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 Summary
ConstructorDescriptionSendErrorException
(int httpCode) SendErrorException
(int httpCode, String message) SendErrorException
(int httpCode, String message, Throwable rootCause) SendErrorException
(int httpCode, Throwable rootCause) -
Method Summary
Methods inherited from class jakarta.servlet.ServletException
getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SendErrorException
public SendErrorException(int httpCode) -
SendErrorException
-
SendErrorException
-
SendErrorException
-
-
Method Details
-
getHttpCode
public int getHttpCode()
-