org.omg.PortableServer.CurrentPackage
public final class NoContext extends UserException implements IDLEntity, Serializable
See Also: org.omg.PortableServer.CurrentOperations#get_POA() org.omg.PortableServer.CurrentOperations#get_object_id()
Constructor Summary | |
---|---|
NoContext()
Create NoContext with no explaining message and all fields initialised to
default values. | |
NoContext(String why)
Create the NoContext with explaining message.
|
Parameters: why a string, explaining, why this exception has been thrown.