Class LoginTimeOutException

    • Constructor Detail

      • LoginTimeOutException

        public LoginTimeOutException​(String rbName,
                                     String errCode,
                                     Object[] args)
        Creates LoginTimeOutException object.
        Parameters:
        rbName - Resource bundle name for the error message
        errCode - Key to the message in resource bundle
        args - Arguments to the message
      • LoginTimeOutException

        public LoginTimeOutException​(String message)
        Constructor
        Parameters:
        message - English message for the exception
      • LoginTimeOutException

        public LoginTimeOutException​(Throwable t)
        Constructor
        Parameters:
        t - Root cause of the exception