Class UserCanceledException

    • Constructor Detail

      • UserCanceledException

        public UserCanceledException()
        Instantiates a new user canceled exception.
      • UserCanceledException

        public UserCanceledException​(String string)
        Instantiates a new user canceled exception.
        Parameters:
        string - the string
      • UserCanceledException

        public UserCanceledException​(String string,
                                     Throwable e)
        Instantiates a new user canceled exception.
        Parameters:
        string - the string
        e - the e