org.omg.PortableServer.CurrentPackage
public final class: NoContext [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.PortableServer.CurrentPackage.NoContext
All Implemented Interfaces:
Serializable, IDLEntity
This exception may be thrown by methods in
org.omg.PortableServer.CurrentOperations
if they are invoked outside the context of a POA-dispatched operation.
Also see:
- org.omg.PortableServer.CurrentOperations#get_POA()
- org.omg.PortableServer.CurrentOperations#get_object_id()
- author:
Audrius - Meskauskas, Lithiania (AudriusA@Bioinformatics.org)
| Constructor: |
public NoContext() {
}
Create NoContext with no explaining message and all fields initialised to
default values. |
public NoContext(String why) {
super(why);
}
Create the NoContext with explaining message. Parameters:
why - a string, explaining, why this exception has been thrown.
|
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |