Package org.spincast.core.exceptions
Interface CustomStatusCodeException
- All Known Subinterfaces:
PublicException
- All Known Implementing Classes:
CustomStatusCodeExceptionDefault,FormAlreadySubmittedException,FormTooOldException,PublicExceptionDefault,PublicExceptionNoLog
public interface CustomStatusCodeException
An exception on which it is possible to specify the
response
status code to send to the user.-
Method Summary
-
Method Details
-
getStatusCode
int getStatusCode()The status code to use for the response.
-