public abstract class org.omg.CORBA
UserException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Implements: IDLEntity
Extended by: BadKind, Bounds, InconsistentTypeCode, Invalid, InvalidName, InvalidSeq, InvalidValue, PolicyError, TypeMismatch, UnknownUserException, WrongTransaction
Details
The root class for CORBA IDL-defined user exceptions. All CORBA user exceptions are checked exceptions, which means that they need to be declared in method signatures.
version1.28 09/09/97
See also (UNLABELED)

Constructors
protected UserException()
Constructs a UserException object. This method is called only by subclasses.
protected UserException(String reason) Details
Constructs a UserException object with a detail message. This method is called only by subclasses.
reasona String object giving the reason for this exception