Class UserCancelException

All Implemented Interfaces:
Serializable

public class UserCancelException extends IOException
Exception that is thrown when user cancels interaction so the requested result cannot be produced.
See Also:
  • Constructor Details

    • UserCancelException

      public UserCancelException()
      Creates new exception UserCancelException
    • UserCancelException

      public UserCancelException(String s)
      Creates new exception UserCancelException with text specified string s.
      Parameters:
      s - the text describing the exception