public class UserCancelException extends IOException
| Constructor and Description |
|---|
UserCancelException()
Creates new exception UserCancelException
|
UserCancelException(String s)
Creates new exception UserCancelException with text specified
string s.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserCancelException()
public UserCancelException(String s)
s - the text describing the exception