- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.UnknownUserException
-
- All Implemented Interfaces:
-
Serializable
,IDLEntity
public final class UnknownUserException extends UserException
包含服务器返回的用户异常的类。 当客户端使用DII进行调用时,从服务器返回的任何用户异常都包含在Any
对象中包含的UnknownUserException
对象中。 这可以从方法Request.env
返回的Environment
对象Request.env
。- 另请参见:
-
Request
-
-
构造方法摘要
构造方法 Constructor 描述 UnknownUserException()
构造一个UnknownUserException
对象。UnknownUserException(Any a)
构造一个UnknownUserException
对象包含给定Any
对象。
-
方法摘要
-
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
-
-