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 exceptionBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.