Class ResetContentException

    • Constructor Detail

      • ResetContentException

        public ResetContentException​(String aMessage,
                                     String aErrorCode)
        Instantiates a new reset content exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • ResetContentException

        public ResetContentException​(String aMessage,
                                     Throwable aCause,
                                     String aErrorCode)
        Instantiates a new reset content exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • ResetContentException

        public ResetContentException​(String message,
                                     Throwable cause)
        Instantiates a new reset content exception.
        Parameters:
        message - the message
        cause - the cause
      • ResetContentException

        public ResetContentException​(String message)
        Instantiates a new reset content exception.
        Parameters:
        message - the message
      • ResetContentException

        public ResetContentException​(Throwable aCause,
                                     String aErrorCode)
        Instantiates a new reset content exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • ResetContentException

        public ResetContentException​(Throwable cause)
        Instantiates a new reset content exception.
        Parameters:
        cause - the cause