Class AdjustmentNotFoundException

    • Constructor Detail

      • AdjustmentNotFoundException

        public AdjustmentNotFoundException()
        Initializes a new instance of the AdjustmentNotFoundException class.
      • AdjustmentNotFoundException

        public AdjustmentNotFoundException​(String message)
        Initializes a new instance of the AdjustmentNotFoundException class with a specified error message.
        Parameters:
        message - The error message that explains the reason for the exception.
      • AdjustmentNotFoundException

        public AdjustmentNotFoundException​(String message,
                                           Throwable cause)
        Initializes a new instance of the AdjustmentNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
        Parameters:
        message - The error message that explains the reason for the exception.
        cause - The exception that is the cause of the current exception.
      • AdjustmentNotFoundException

        public AdjustmentNotFoundException​(Throwable cause)
        Initializes a new instance of the AdjustmentNotFoundException class with a reference to the inner exception that is the cause of this exception.
        Parameters:
        cause - The exception that is the cause of the current exception.