public class UserCancelException
extends java.io.IOException
| Constructor | Description |
|---|---|
UserCancelException() |
Creates new exception UserCancelException
|
UserCancelException(java.lang.String s) |
Creates new exception UserCancelException with text specified
string s.
|
public UserCancelException()
public UserCancelException(java.lang.String s)
s - the text describing the exceptionBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.