Class AMAuthCallBackException

    • Constructor Detail

      • AMAuthCallBackException

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

        public AMAuthCallBackException​(String message)
        Creates AMAuthCallBackException object.
        Parameters:
        message - English message for this exception.
      • AMAuthCallBackException

        public AMAuthCallBackException​(Throwable t)
        Creates AMAuthCallBackException object.
        Parameters:
        t - Root cause of this exception.