Uses of Class
org.omg.CORBA.SystemException
-
-
Uses of SystemException in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that throw SystemException Modifier and Type Method Description voidCDROutputStream_1_0. putEndian() -
Uses of SystemException in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type SystemException Modifier and Type Method Description private voidInterceptorInvoker. caughtSystemException(java.lang.String name, SystemException ex)private voidInterceptorInvoker. invokeClientEndingSystemException(java.lang.String name, SystemException exc)private voidInterceptorInvoker. invokeClientStartingSystemException(java.lang.String name, SystemException exc)private voidInterceptorInvoker. invokeServerIntermediateSystemException(java.lang.String name, SystemException exc)private voidInterceptorInvoker. invokeServerStartingSystemException(java.lang.String name, SystemException exc) -
Uses of SystemException in com.sun.corba.ee.impl.javax.rmi.CORBA
Methods in com.sun.corba.ee.impl.javax.rmi.CORBA with parameters of type SystemException Modifier and Type Method Description java.rmi.RemoteExceptionUtil. mapSystemException(SystemException ex)Maps a SystemException to a RemoteException. -
Uses of SystemException in com.sun.corba.ee.impl.misc
Methods in com.sun.corba.ee.impl.misc that return SystemException Modifier and Type Method Description static SystemExceptionORBUtility. extractSystemException(Any any)static SystemExceptionORBUtility. readSystemException(InputStream strm)Static method for reading a CORBA standard exception from a stream.Methods in com.sun.corba.ee.impl.misc with parameters of type SystemException Modifier and Type Method Description static voidORBUtility. insertSystemException(SystemException ex, Any any)Static method for writing a CORBA standard exception to an Any.static voidORBUtility. writeSystemException(SystemException ex, OutputStream strm)Static method for writing a CORBA standard exception to a stream. -
Uses of SystemException in com.sun.corba.ee.impl.naming.cosnaming
Methods in com.sun.corba.ee.impl.naming.cosnaming that throw SystemException Modifier and Type Method Description voidNamingContextDataStore. bindImpl(NameComponent n, Object obj, BindingType bt)Method which implements binding a name to an object as the specified binding type.voidTransientNamingContext. bindImpl(NameComponent n, Object obj, BindingType bt)Binds the object to the name component as the specified binding type.voidNamingContextDataStore. destroyImpl()Method which implements destroying this NamingContext.voidTransientNamingContext. destroyImpl()Destroys this NamingContext by disconnecting from the ORB.voidNamingContextDataStore. listImpl(int how_many, BindingListHolder bl, BindingIteratorHolder bi)Method which implements listing the contents of this NamingContext and return a binding list and a binding iterator.voidTransientNamingContext. listImpl(int how_many, BindingListHolder bl, BindingIteratorHolder bi)List the contents of this NamingContext.NamingContextNamingContextDataStore. newContextImpl()Method which implements creating a new NamingContext.NamingContextTransientNamingContext. newContextImpl()Create a new NamingContext.ObjectNamingContextDataStore. resolveImpl(NameComponent n, BindingTypeHolder bth)Method which implements resolving the specified name, returning the type of the binding and the bound object reference.ObjectTransientNamingContext. resolveImpl(NameComponent n, BindingTypeHolder bth)Resolves the supplied name to an object reference and returns the type of the resolved binding.ObjectNamingContextDataStore. unbindImpl(NameComponent name)Method which implements unbinding a name.ObjectTransientNamingContext. unbindImpl(NameComponent n)Deletes the binding with the supplied name. -
Uses of SystemException in com.sun.corba.ee.impl.oa
Fields in com.sun.corba.ee.impl.oa declared as SystemException Modifier and Type Field Description private SystemExceptionNullServantImpl. sysexMethods in com.sun.corba.ee.impl.oa that return SystemException Modifier and Type Method Description SystemExceptionNullServantImpl. getException()Constructors in com.sun.corba.ee.impl.oa with parameters of type SystemException Constructor Description NullServantImpl(SystemException ex) -
Uses of SystemException in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that return SystemException Modifier and Type Method Description protected SystemExceptionMessageMediatorImpl. convertThrowableToSystemException(java.lang.Throwable throwable, CompletionStatus completionStatus)SystemExceptionMessageMediatorImpl. getSystemExceptionReply()Methods in com.sun.corba.ee.impl.protocol with parameters of type SystemException Modifier and Type Method Description private voidMessageMediatorImpl. addExceptionDetailMessage(MessageMediator mediator, SystemException ex, ServiceContexts serviceContexts)MessageMediatorMessageMediatorImpl. createSystemExceptionResponse(MessageMediator messageMediator, SystemException ex, ServiceContexts svc)Methods in com.sun.corba.ee.impl.protocol that throw SystemException Modifier and Type Method Description protected voidClientRequestDispatcherImpl. continueOrThrowSystemOrRemarshal(MessageMediator messageMediator, java.lang.Exception exception) -
Uses of SystemException in com.sun.corba.ee.impl.protocol.giopmsgheaders
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return SystemException Modifier and Type Method Description SystemExceptionLocateReplyMessage_1_0. getSystemException(java.lang.String message)SystemExceptionLocateReplyMessage_1_1. getSystemException(java.lang.String message)SystemExceptionLocateReplyMessage_1_2. getSystemException(java.lang.String message)SystemExceptionLocateReplyOrReplyMessage. getSystemException(java.lang.String message)(package private) static SystemExceptionMessageBase. getSystemException(java.lang.String exClassName, int minorCode, CompletionStatus completionStatus, java.lang.String message, ORBUtilSystemException wrapper)SystemExceptionReplyMessage_1_0. getSystemException(java.lang.String message)SystemExceptionReplyMessage_1_1. getSystemException(java.lang.String message)SystemExceptionReplyMessage_1_2. getSystemException(java.lang.String message) -
Uses of SystemException in com.sun.corba.ee.impl.servicecontext
Methods in com.sun.corba.ee.impl.servicecontext that throw SystemException Modifier and Type Method Description voidORBVersionServiceContextImpl. writeData(OutputStream os) -
Uses of SystemException in com.sun.corba.ee.impl.transport
Fields in com.sun.corba.ee.impl.transport declared as SystemException Modifier and Type Field Description (package private) SystemExceptionResponseWaitingRoomImpl.OutCallDesc. exceptionMethods in com.sun.corba.ee.impl.transport with parameters of type SystemException Modifier and Type Method Description voidConnectionImpl. purgeCalls(SystemException systemException, boolean die, boolean lockHeld)Wake up the outstanding requests on the connection, and hand them COMM_FAILURE exception with a given minor code.voidResponseWaitingRoomImpl. signalExceptionToAllWaiters(SystemException systemException)private voidConnectionImpl. unregisterForEventAndPurgeCalls(SystemException ex) -
Uses of SystemException in com.sun.corba.ee.spi.logex.corba
Fields in com.sun.corba.ee.spi.logex.corba with type parameters of type SystemException Modifier and Type Field Description private static java.util.List<java.lang.reflect.Constructor<SystemException>>CorbaExtension. SYS_EX_CONSTRUCTORS -
Uses of SystemException in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging with parameters of type SystemException Modifier and Type Method Description INTERNALUtilSystemException. handleSystemException(SystemException exc)INITIALIZENamingSystemException. transNsCannotCreateInitialNcSys(SystemException exc) -
Uses of SystemException in com.sun.corba.ee.spi.oa
Methods in com.sun.corba.ee.spi.oa that return SystemException Modifier and Type Method Description SystemExceptionNullServant. getException()Obtain the exception that is associated with this NullServant instance. -
Uses of SystemException in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return SystemException Modifier and Type Method Description SystemExceptionMessageMediator. getSystemExceptionReply()Methods in com.sun.corba.ee.spi.protocol with parameters of type SystemException Modifier and Type Method Description MessageMediatorProtocolHandler. createSystemExceptionResponse(MessageMediator messageMediator, SystemException ex, ServiceContexts svc) -
Uses of SystemException in com.sun.corba.ee.spi.servicecontext
Methods in com.sun.corba.ee.spi.servicecontext that throw SystemException Modifier and Type Method Description voidServiceContextBase. write(OutputStream s, GIOPVersion gv)Write the service context to an output stream. -
Uses of SystemException in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport with parameters of type SystemException Modifier and Type Method Description voidConnection. purgeCalls(SystemException systemException, boolean die, boolean lockHeld)voidResponseWaitingRoom. signalExceptionToAllWaiters(SystemException systemException) -
Uses of SystemException in javax.rmi.CORBA
Methods in javax.rmi.CORBA with parameters of type SystemException Modifier and Type Method Description static java.rmi.RemoteExceptionUtil. mapSystemException(SystemException ex)Maps a SystemException to a RemoteException.java.rmi.RemoteExceptionUtilDelegate. mapSystemException(SystemException ex)Delegation call forUtil.mapSystemException(org.omg.CORBA.SystemException). -
Uses of SystemException in org.omg.CORBA
Subclasses of SystemException in org.omg.CORBA Modifier and Type Class Description classACTIVITY_COMPLETEDTheACTIVITY_COMPLETEDsystem exception may be raised on any method for which Activity context is accessed.classACTIVITY_REQUIREDTheACTIVITY_REQUIREDsystem exception may be raised on any method for which an Activity context is required.classBAD_CONTEXTException thrown when an operation is invoked by a client but the passed context does not contain the context values required by the operation.classBAD_INV_ORDERThis exception indicates that the caller has invoked operations in the wrong order.classBAD_OPERATIONException thrown when an object reference denotes an existing object, but that the object does not support the operation that was invoked.classBAD_PARAMException thrown when a parameter passed to a call is out of range or otherwise considered illegal.classBAD_QOSTheBAD_QOSexception is raised whenever an object cannot support the quality of service required by an invocation parameter that has a quality of service semantics associated with it.classBAD_TYPECODEException thrown when the ORB has encountered a malformed type code (for example, a type code with an invalid TCKind value).classCODESET_INCOMPATIBLEThis exception is raised whenever meaningful communication is not possible between client and server native code sets.classCOMM_FAILUREThis exception is raised if communication is lost while an operation is in progress, after the request was sent by the client, but before the reply from the server has been returned to the client.classDATA_CONVERSIONThis exception is raised if an ORB cannot convert the representation of data as marshaled into its native representation or vice-versa.classFREE_MEMException thrown when the ORB failed in an attempt to free dynamic memory, for example because of heap corruption or memory segments being locked.classIMP_LIMITThis exception indicates that an implementation limit was exceeded in the ORB run time.classINITIALIZEException thrown when an ORB has encountered a failure during its initialization, such as failure to acquire networking resources or detecting a configuration error.classINTERNALThis exception indicates an internal failure in an ORB, for example, if an ORB has detected corruption of its internal data structures.classINTF_REPOSException raised when an ORB cannot reach the interface repository, or some other failure relating to the interface repository is detected.classINV_FLAGException thrown when an invalid flag was passed to an operation (for example, when creating a DII request).classINV_IDENTThis exception indicates that an IDL identifier is syntactically invalid.classINV_OBJREFThis exception indicates that an object reference is internally malformed.classINV_POLICYStandard exception thrown when an invocation cannot be made because of an incompatibility between Policy overrides that apply to the particular invocation.classINVALID_ACTIVITYTheINVALID_ACTIVITYsystem exception may be raised on the Activity or Transaction services' resume methods if a transaction or Activity is resumed in a context different to that from which it was suspended.classINVALID_TRANSACTIONException thrown when the request carried an invalid transaction context.classMARSHALA request or reply from the network is structurally invalid.classNO_IMPLEMENTThis exception indicates that even though the operation that was invoked exists (it has an IDL definition), no implementation for that operation exists.classNO_MEMORYException thrown when the ORB run time has run out of memory.classNO_PERMISSIONException thrown when an invocation failed because the caller has insufficient privileges.classNO_RESOURCESException thrown when the ORB has encountered some general resource limitation.classNO_RESPONSEThis exception is raised if a client attempts to retrieve the result of a deferred synchronous call, but the response for the request is not yet available.classOBJ_ADAPTERThis exception typically indicates an administrative mismatch, for example, a server may have made an attempt to register itself with an implementation repository under a name that is already in use, or is unknown to the repository.classOBJECT_NOT_EXISTException raised whenever an invocation on a deleted object was performed.classPERSIST_STOREThis exception indicates a persistent storage failure, for example, failure to establish a database connection or corruption of a database.classREBINDREBINDis raised when the current effective RebindPolicy, has a value of NO_REBIND or NO_RECONNECT and an invocation on a bound object reference results in a LocateReply message with status OBJECT_FORWARD or a Reply message with status LOCATION_FORWARD.classTIMEOUTTIMEOUTis raised when no delivery has been made and the specified time-to-live period has been exceeded.classTRANSACTION_MODEThe CORBATRANSACTION_MODEexception is thrown by the client ORB if it detects a mismatch between the InvocationPolicy in the IOR and the chosen invocation path (i.e, direct or routed invocation).classTRANSACTION_REQUIREDException indicates that the request carried a null transaction context, but an active transaction is required.classTRANSACTION_ROLLEDBACKException thrown when the transaction associated with the request has already been rolled back or marked to roll back.classTRANSACTION_UNAVAILABLEThe CORBATRANSACTION_UNAVAILABLEexception is thrown by the ORB when it cannot process a transaction service context because its connection to the Transaction Service has been abnormally terminated.classTRANSIENTException thrown when the ORB attempted to reach an object and failed.classUNKNOWNThis exception is raised if an operation implementation throws a non-CORBA exception (such as an exception specific to the implementation's programming language), or if an operation raises a user exception that does not appear in the operation's raises expression. -
Uses of SystemException in org.omg.CORBA.portable
Subclasses of SystemException in org.omg.CORBA.portable Modifier and Type Class Description classIndirectionExceptionThe Indirection exception is a Java specific system exception.classUnknownExceptionThe org.omg.CORBA.portable.UnknownException is used for reporting unknown exceptions between ties and ORBs and between ORBs and stubs.Methods in org.omg.CORBA.portable that throw SystemException Modifier and Type Method Description OutputStreamInvokeHandler. _invoke(java.lang.String method, InputStream input, ResponseHandler handler)Invoked by the ORB to dispatch a request to the servant.
-