- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- All Implemented Interfaces:
-
Serializable,IDLEntity
- 已知直接子类:
-
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 异常 implements IDLEntity
-
-
构造方法摘要
构造方法 Modifier Constructor 描述 protectedUserException()构造一个UserException对象。protectedUserException(String reason)构造具有详细消息的UserException对象。
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
构造方法详细信息
-
UserException
protected UserException()
构造一个UserException对象。 此方法仅由子类调用。
-
UserException
protected UserException(String reason)
构造具有详细消息的UserException对象。 此方法仅由子类调用。- 参数
-
reason- 一个String对象给出了这个异常的原因
-
-