|
Préférences
Moteurs de recherche
|
|||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
org.omg.CORBA
|
Field Summary | |
---|---|
Any |
except
The Any instance that contains the actual user exception thrown
by the server. |
Constructor Summary | |
---|---|
UnknownUserException()
Constructs an UnknownUserException object. |
|
UnknownUserException(Any a)
Constructs an UnknownUserException object that contains the given
Any object. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Any except
Any
instance that contains the actual user exception thrown
by the server.
Constructor Detail |
---|
public UnknownUserException()
UnknownUserException
object.
public UnknownUserException(Any a)
UnknownUserException
object that contains the given
Any
object.