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

    Modifier and Type
    Method
    Description
    int
    The status code to use for the response.
  • Method Details

    • getStatusCode

      int getStatusCode()
      The status code to use for the response.