Class UserException

    • Constructor Detail

      • UserException

        public UserException()
        Instantiates a new user exception.
      • UserException

        public UserException​(String message)
        Instantiates a new user exception.
        Parameters:
        message - the message
      • UserException

        public UserException​(String message,
                             Throwable cause)
        Instantiates a new user exception.
        Parameters:
        message - the message
        cause - the cause
      • UserException

        public UserException​(Throwable cause)
        Instantiates a new user exception.
        Parameters:
        cause - the cause