Serializablepublic class UserCancelException extends IOException
| Constructor | Description |
|---|---|
UserCancelException() |
Creates new exception UserCancelException
|
UserCancelException(String s) |
Creates new exception UserCancelException with text specified
string s.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UserCancelException()
public UserCancelException(String s)
s - the text describing the exceptionBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.