Class RightsException

    • Constructor Detail

      • RightsException

        public RightsException​(String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message.
      • RightsException

        public RightsException​(String message,
                               Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.
      • RightsException

        public RightsException​(Throwable cause)
        Constructs a new exception with the specified cause.
        Parameters:
        cause - the specified cause.