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 SummaryConstructorsConstructorDescriptionSendErrorException(int httpCode) SendErrorException(int httpCode, String message) SendErrorException(int httpCode, String message, Throwable rootCause) SendErrorException(int httpCode, Throwable rootCause) 
- 
Method SummaryMethods inherited from class jakarta.servlet.ServletExceptiongetRootCauseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SendErrorExceptionpublic SendErrorException(int httpCode) 
- 
SendErrorException
- 
SendErrorException
- 
SendErrorException
 
- 
- 
Method Details- 
getHttpCodepublic int getHttpCode()
 
-