Class FSLoginHelperException

    • Constructor Detail

      • FSLoginHelperException

        public FSLoginHelperException​(String errorCode,
                                      Object[] args)
        Constructor.
        Parameters:
        errorCode - Key of the error message in resource bundle.
        args - Arguments to the message.
      • FSLoginHelperException

        public FSLoginHelperException​(String msg)
        Constructs an FSLoginHelperException with a detailed message.
        Parameters:
        msg - Detailed message for this exception.
      • FSLoginHelperException

        public FSLoginHelperException​(String msg,
                                      Throwable t)
        Constructs an FSLoginHelperException with a message and an embedded exception.
        Parameters:
        msg - Detailed message for this exception.
        t - An embedded exception