org.omg.CORBA
Class UserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
- All Implemented Interfaces:
- Serializable, IDLEntity
- Direct Known Subclasses:
- AdapterAlreadyExists, AdapterInactive, AdapterNonExistent, AlreadyBound, BadKind, Bounds, Bounds, CannotProceed, DuplicateName, FormatMismatch, ForwardRequest, ForwardRequest, InconsistentTypeCode, InconsistentTypeCode, Invalid, InvalidAddress, InvalidName, InvalidName, InvalidName, InvalidPolicy, InvalidSeq, InvalidSlot, InvalidTypeForEncoding, InvalidValue, InvalidValue, NoContext, NoServant, NotEmpty, NotFound, ObjectAlreadyActive, ObjectNotActive, PolicyError, ServantAlreadyActive, ServantNotActive, TypeMismatch, TypeMismatch, TypeMismatch, UnknownEncoding, UnknownUserException, WrongAdapter, WrongPolicy, WrongTransaction
public abstract class UserException
- extends Exception
- implements IDLEntity, Serializable
The root class for CORBA IDL-defined user exceptions.
- See Also:
- Serialized Form
Constructor Summary |
protected |
UserException()
Constructs a the exception. |
protected |
UserException(String reason)
Constructs the exception, explaining the reason of throwing it. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.