Class ResetContentRuntimeException

    • Constructor Detail

      • ResetContentRuntimeException

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

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

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

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

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

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