Class PublicExceptionDefault

All Implemented Interfaces:
Serializable, CustomStatusCodeException, PublicException, ResponseResetableException
Direct Known Subclasses:
FormAlreadySubmittedException, FormTooOldException, PublicExceptionNoLog

public class PublicExceptionDefault extends CustomStatusCodeExceptionDefault implements PublicException
See Also:
  • Constructor Details

    • PublicExceptionDefault

      public PublicExceptionDefault()
    • PublicExceptionDefault

      public PublicExceptionDefault(String message)
    • PublicExceptionDefault

      public PublicExceptionDefault(String message, int statusCode)
    • PublicExceptionDefault

      public PublicExceptionDefault(String message, boolean resetResponse)
    • PublicExceptionDefault

      public PublicExceptionDefault(String message, int statusCode, boolean resetResponse)
  • Method Details