public abstract class UserException extends java.lang.Exception implements org.omg.CORBA.portable.IDLEntity, java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
UserException()
Constructs a the exception.
|
protected |
UserException(java.lang.String reason)
Constructs the exception, explaining the reason of throwing it.
|
protected UserException()
protected UserException(java.lang.String reason)
reason - a string, explaining, why the exception has been thrown.