public abstract class Environment extends Object
A container (holder) for an exception that is used in Request
operations to make exceptions available to the client. An Environment
object is created with the ORB
method create_environment
.
public Environment()
public abstract Exception exception()
Retrieves the exception in this Environment
object.
Environment
objectpublic abstract void exception(Exception except)
Inserts the given exception into this Environment
object.
except
- the exception to be setpublic abstract void clear()
Clears this Environment
object of its exception.
© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.