public abstract class UserException extends Exception implements IDLEntity, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
UserException()
Constructs a the exception.
|
protected |
UserException(String reason)
Constructs the exception, explaining the reason of throwing it.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected UserException()
protected UserException(String reason)
reason - a string, explaining, why the exception has been thrown.