Save This Page
Home » openjdk-7 » org.omg » PortableServer » CurrentPackage » [javadoc | source]
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.
Constructor:
 public NoContext() 
 public NoContext(String 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
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait