Class FSPreLoginException

    • Constructor Detail

      • FSPreLoginException

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

        public FSPreLoginException​(String msg)
        Creates FSPreLoginException object.
        Parameters:
        msg - the message for this exception.
      • FSPreLoginException

        public FSPreLoginException​(Throwable t,
                                   String msg)
        Creates FSPreLoginException object.
        Parameters:
        t - Root cause of this exception.
        msg - English message for this exception.