org.omg.CORBA

Class UserException

public abstract class UserException extends Exception implements IDLEntity, Serializable

The root class for CORBA IDL-defined user exceptions.
Constructor Summary
protected UserException()
Constructs a the exception.
protected UserException(String reason)
Constructs the exception, explaining the reason of throwing it.

Constructor Detail

UserException

protected UserException()
Constructs a the exception.

UserException

protected UserException(String reason)
Constructs the exception, explaining the reason of throwing it.

Parameters: reason a string, explaining, why the exception has been thrown.