org.omg.CORBA
public abstract class UserException extends Exception implements IDLEntity, Serializable
| Constructor Summary | |
|---|---|
| protected | UserException()
Constructs a the exception. |
| protected | UserException(String reason)
Constructs the exception, explaining the reason of throwing it. |
Parameters: reason a string, explaining, why the exception has been thrown.