java.lang.Object java.lang.Throwable java.lang.Exception org.omg.CORBA.UserException
CORBA IDL 定义的用户异常的根类。所有 CORBA 用户异常都是经过检查的异常,这意味着它们需要在方法签名中被声明。
构造方法摘要 | |
---|---|
protected |
UserException() 构造一个 UserException 对象。 |
protected |
UserException(String reason) 构造带详细消息的 UserException 对象。 |
方法摘要 |
---|
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
protected UserException()
UserException
对象。此方法仅由子类调用。
protected UserException(String reason)
UserException
对象。此方法仅由子类调用。
reason
- 提供此异常原因的
String
对象