Class PublicExceptionNoLog

All Implemented Interfaces:
Serializable, CustomStatusCodeException, PublicException, ResponseResetableException

public class PublicExceptionNoLog extends PublicExceptionDefault
See Also:
  • Constructor Details

    • PublicExceptionNoLog

      public PublicExceptionNoLog()
    • PublicExceptionNoLog

      public PublicExceptionNoLog(String message)
    • PublicExceptionNoLog

      public PublicExceptionNoLog(String message, int statusCode)
    • PublicExceptionNoLog

      public PublicExceptionNoLog(String message, boolean resetResponse)
    • PublicExceptionNoLog

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