public final class UnknownUserException extends UserException
Any
object contained in the
UnknownUserException
object. This is available from the
Environment
object returned by the method Request.env
.Request
Modifier and Type | Field and Description |
---|---|
Any |
except
The
Any instance that contains the actual user exception thrown
by the server. |
Constructor and Description |
---|
UnknownUserException()
Constructs an
UnknownUserException object. |
UnknownUserException(Any a)
Constructs an
UnknownUserException object that contains the given
Any object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Any except
Any
instance that contains the actual user exception thrown
by the server.public UnknownUserException()
UnknownUserException
object.public UnknownUserException(Any a)
UnknownUserException
object that contains the given
Any
object.a
- an Any
object that contains a user exception returned
by the server Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.