FileDocCategorySizeDatePackage
InterceptorsSystemException.javaAPI DocJava SE 6 API34794Tue Jun 10 01:46:22 BST 2008com.sun.corba.se.impl.logging

InterceptorsSystemException

public class InterceptorsSystemException extends com.sun.corba.se.spi.logging.LogWrapperBase

Fields Summary
private static com.sun.corba.se.spi.logging.LogWrapperFactory
factory
public static final int
TYPE_OUT_OF_RANGE
public static final int
NAME_NULL
public static final int
RIR_INVALID_PRE_INIT
public static final int
BAD_STATE1
public static final int
BAD_STATE2
public static final int
IOEXCEPTION_DURING_CANCEL_REQUEST
public static final int
EXCEPTION_WAS_NULL
public static final int
OBJECT_HAS_NO_DELEGATE
public static final int
DELEGATE_NOT_CLIENTSUB
public static final int
OBJECT_NOT_OBJECTIMPL
public static final int
EXCEPTION_INVALID
public static final int
REPLY_STATUS_NOT_INIT
public static final int
EXCEPTION_IN_ARGUMENTS
public static final int
EXCEPTION_IN_EXCEPTIONS
public static final int
EXCEPTION_IN_CONTEXTS
public static final int
EXCEPTION_WAS_NULL_2
public static final int
SERVANT_INVALID
public static final int
CANT_POP_ONLY_PICURRENT
public static final int
CANT_POP_ONLY_CURRENT_2
public static final int
PI_DSI_RESULT_IS_NULL
public static final int
PI_DII_RESULT_IS_NULL
public static final int
EXCEPTION_UNAVAILABLE
public static final int
CLIENT_INFO_STACK_NULL
public static final int
SERVER_INFO_STACK_NULL
public static final int
MARK_AND_RESET_FAILED
public static final int
SLOT_TABLE_INVARIANT
public static final int
INTERCEPTOR_LIST_LOCKED
public static final int
SORT_SIZE_MISMATCH
public static final int
PI_ORB_NOT_POLICY_BASED
public static final int
ORBINITINFO_INVALID
public static final int
UNKNOWN_REQUEST_INVOKE
Constructors Summary
public InterceptorsSystemException(Logger logger)

        super( logger ) ;
    
Methods Summary
public org.omg.CORBA.BAD_INV_ORDERbadState1(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)

    
               
        BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_STATE1, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[2] ;
            parameters[0] = arg0 ;
            parameters[1] = arg1 ;
            doLog( Level.WARNING, "INTERCEPTORS.badState1",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.BAD_INV_ORDERbadState1(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)

        return badState1( cs, null, arg0, arg1 ) ;
    
public org.omg.CORBA.BAD_INV_ORDERbadState1(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)

        return badState1( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
    
public org.omg.CORBA.BAD_INV_ORDERbadState1(java.lang.Object arg0, java.lang.Object arg1)

        return badState1( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
    
public org.omg.CORBA.BAD_INV_ORDERbadState2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)

    
                 
        BAD_INV_ORDER exc = new BAD_INV_ORDER( BAD_STATE2, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[3] ;
            parameters[0] = arg0 ;
            parameters[1] = arg1 ;
            parameters[2] = arg2 ;
            doLog( Level.WARNING, "INTERCEPTORS.badState2",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.BAD_INV_ORDERbadState2(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)

        return badState2( cs, null, arg0, arg1, arg2 ) ;
    
public org.omg.CORBA.BAD_INV_ORDERbadState2(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)

        return badState2( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
    
public org.omg.CORBA.BAD_INV_ORDERbadState2(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)

        return badState2( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
    
public org.omg.CORBA.INTERNALcantPopOnlyCurrent2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( CANT_POP_ONLY_CURRENT_2, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.cantPopOnlyCurrent2",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALcantPopOnlyCurrent2(org.omg.CORBA.CompletionStatus cs)

        return cantPopOnlyCurrent2( cs, null  ) ;
    
public org.omg.CORBA.INTERNALcantPopOnlyCurrent2(java.lang.Throwable t)

        return cantPopOnlyCurrent2( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALcantPopOnlyCurrent2()

        return cantPopOnlyCurrent2( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALcantPopOnlyPicurrent(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( CANT_POP_ONLY_PICURRENT, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.cantPopOnlyPicurrent",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALcantPopOnlyPicurrent(org.omg.CORBA.CompletionStatus cs)

        return cantPopOnlyPicurrent( cs, null  ) ;
    
public org.omg.CORBA.INTERNALcantPopOnlyPicurrent(java.lang.Throwable t)

        return cantPopOnlyPicurrent( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALcantPopOnlyPicurrent()

        return cantPopOnlyPicurrent( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALclientInfoStackNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( CLIENT_INFO_STACK_NULL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.clientInfoStackNull",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALclientInfoStackNull(org.omg.CORBA.CompletionStatus cs)

        return clientInfoStackNull( cs, null  ) ;
    
public org.omg.CORBA.INTERNALclientInfoStackNull(java.lang.Throwable t)

        return clientInfoStackNull( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALclientInfoStackNull()

        return clientInfoStackNull( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALdelegateNotClientsub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( DELEGATE_NOT_CLIENTSUB, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.delegateNotClientsub",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALdelegateNotClientsub(org.omg.CORBA.CompletionStatus cs)

        return delegateNotClientsub( cs, null  ) ;
    
public org.omg.CORBA.INTERNALdelegateNotClientsub(java.lang.Throwable t)

        return delegateNotClientsub( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALdelegateNotClientsub()

        return delegateNotClientsub( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionInArguments(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( EXCEPTION_IN_ARGUMENTS, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.exceptionInArguments",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALexceptionInArguments(org.omg.CORBA.CompletionStatus cs)

        return exceptionInArguments( cs, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionInArguments(java.lang.Throwable t)

        return exceptionInArguments( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALexceptionInArguments()

        return exceptionInArguments( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionInContexts(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( EXCEPTION_IN_CONTEXTS, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.exceptionInContexts",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALexceptionInContexts(org.omg.CORBA.CompletionStatus cs)

        return exceptionInContexts( cs, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionInContexts(java.lang.Throwable t)

        return exceptionInContexts( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALexceptionInContexts()

        return exceptionInContexts( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionInExceptions(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( EXCEPTION_IN_EXCEPTIONS, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.exceptionInExceptions",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALexceptionInExceptions(org.omg.CORBA.CompletionStatus cs)

        return exceptionInExceptions( cs, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionInExceptions(java.lang.Throwable t)

        return exceptionInExceptions( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALexceptionInExceptions()

        return exceptionInExceptions( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionInvalid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( EXCEPTION_INVALID, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.exceptionInvalid",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALexceptionInvalid(org.omg.CORBA.CompletionStatus cs)

        return exceptionInvalid( cs, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionInvalid(java.lang.Throwable t)

        return exceptionInvalid( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALexceptionInvalid()

        return exceptionInvalid( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionUnavailable(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( EXCEPTION_UNAVAILABLE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.exceptionUnavailable",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALexceptionUnavailable(org.omg.CORBA.CompletionStatus cs)

        return exceptionUnavailable( cs, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionUnavailable(java.lang.Throwable t)

        return exceptionUnavailable( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALexceptionUnavailable()

        return exceptionUnavailable( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionWasNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( EXCEPTION_WAS_NULL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.exceptionWasNull",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALexceptionWasNull(org.omg.CORBA.CompletionStatus cs)

        return exceptionWasNull( cs, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionWasNull(java.lang.Throwable t)

        return exceptionWasNull( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALexceptionWasNull()

        return exceptionWasNull( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionWasNull2(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( EXCEPTION_WAS_NULL_2, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.exceptionWasNull2",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALexceptionWasNull2(org.omg.CORBA.CompletionStatus cs)

        return exceptionWasNull2( cs, null  ) ;
    
public org.omg.CORBA.INTERNALexceptionWasNull2(java.lang.Throwable t)

        return exceptionWasNull2( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALexceptionWasNull2()

        return exceptionWasNull2( CompletionStatus.COMPLETED_NO, null  ) ;
    
public static com.sun.corba.se.impl.logging.InterceptorsSystemExceptionget(com.sun.corba.se.spi.orb.ORB orb, java.lang.String logDomain)

    
            
    
        InterceptorsSystemException wrapper = 
            (InterceptorsSystemException) orb.getLogWrapper( logDomain, 
                "INTERCEPTORS", factory ) ;
        return wrapper ;
    
public static com.sun.corba.se.impl.logging.InterceptorsSystemExceptionget(java.lang.String logDomain)

        InterceptorsSystemException wrapper = 
            (InterceptorsSystemException) ORB.staticGetLogWrapper( logDomain, 
                "INTERCEPTORS", factory ) ;
        return wrapper ;
    
public org.omg.CORBA.INTERNALinterceptorListLocked(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( INTERCEPTOR_LIST_LOCKED, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.interceptorListLocked",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALinterceptorListLocked(org.omg.CORBA.CompletionStatus cs)

        return interceptorListLocked( cs, null  ) ;
    
public org.omg.CORBA.INTERNALinterceptorListLocked(java.lang.Throwable t)

        return interceptorListLocked( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALinterceptorListLocked()

        return interceptorListLocked( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.COMM_FAILUREioexceptionDuringCancelRequest(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        COMM_FAILURE exc = new COMM_FAILURE( IOEXCEPTION_DURING_CANCEL_REQUEST, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.ioexceptionDuringCancelRequest",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.COMM_FAILUREioexceptionDuringCancelRequest(org.omg.CORBA.CompletionStatus cs)

        return ioexceptionDuringCancelRequest( cs, null  ) ;
    
public org.omg.CORBA.COMM_FAILUREioexceptionDuringCancelRequest(java.lang.Throwable t)

        return ioexceptionDuringCancelRequest( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.COMM_FAILUREioexceptionDuringCancelRequest()

        return ioexceptionDuringCancelRequest( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALmarkAndResetFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( MARK_AND_RESET_FAILED, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.markAndResetFailed",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALmarkAndResetFailed(org.omg.CORBA.CompletionStatus cs)

        return markAndResetFailed( cs, null  ) ;
    
public org.omg.CORBA.INTERNALmarkAndResetFailed(java.lang.Throwable t)

        return markAndResetFailed( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALmarkAndResetFailed()

        return markAndResetFailed( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.BAD_PARAMnameNull(java.lang.Throwable t)

        return nameNull( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.BAD_PARAMnameNull()

        return nameNull( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.BAD_PARAMnameNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        BAD_PARAM exc = new BAD_PARAM( NAME_NULL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.nameNull",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.BAD_PARAMnameNull(org.omg.CORBA.CompletionStatus cs)

        return nameNull( cs, null  ) ;
    
public org.omg.CORBA.INTERNALobjectHasNoDelegate(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( OBJECT_HAS_NO_DELEGATE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.objectHasNoDelegate",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALobjectHasNoDelegate(org.omg.CORBA.CompletionStatus cs)

        return objectHasNoDelegate( cs, null  ) ;
    
public org.omg.CORBA.INTERNALobjectHasNoDelegate(java.lang.Throwable t)

        return objectHasNoDelegate( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALobjectHasNoDelegate()

        return objectHasNoDelegate( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALobjectNotObjectimpl(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( OBJECT_NOT_OBJECTIMPL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.objectNotObjectimpl",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALobjectNotObjectimpl(org.omg.CORBA.CompletionStatus cs)

        return objectNotObjectimpl( cs, null  ) ;
    
public org.omg.CORBA.INTERNALobjectNotObjectimpl(java.lang.Throwable t)

        return objectNotObjectimpl( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALobjectNotObjectimpl()

        return objectNotObjectimpl( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.OBJECT_NOT_EXISTorbinitinfoInvalid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        OBJECT_NOT_EXIST exc = new OBJECT_NOT_EXIST( ORBINITINFO_INVALID, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.FINE )) {
            Object[] parameters = null ;
            doLog( Level.FINE, "INTERCEPTORS.orbinitinfoInvalid",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.OBJECT_NOT_EXISTorbinitinfoInvalid(org.omg.CORBA.CompletionStatus cs)

        return orbinitinfoInvalid( cs, null  ) ;
    
public org.omg.CORBA.OBJECT_NOT_EXISTorbinitinfoInvalid(java.lang.Throwable t)

        return orbinitinfoInvalid( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.OBJECT_NOT_EXISTorbinitinfoInvalid()

        return orbinitinfoInvalid( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALpiDiiResultIsNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( PI_DII_RESULT_IS_NULL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.piDiiResultIsNull",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALpiDiiResultIsNull(org.omg.CORBA.CompletionStatus cs)

        return piDiiResultIsNull( cs, null  ) ;
    
public org.omg.CORBA.INTERNALpiDiiResultIsNull(java.lang.Throwable t)

        return piDiiResultIsNull( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALpiDiiResultIsNull()

        return piDiiResultIsNull( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALpiDsiResultIsNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( PI_DSI_RESULT_IS_NULL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.piDsiResultIsNull",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALpiDsiResultIsNull(org.omg.CORBA.CompletionStatus cs)

        return piDsiResultIsNull( cs, null  ) ;
    
public org.omg.CORBA.INTERNALpiDsiResultIsNull(java.lang.Throwable t)

        return piDsiResultIsNull( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALpiDsiResultIsNull()

        return piDsiResultIsNull( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.NO_IMPLEMENTpiOrbNotPolicyBased(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        NO_IMPLEMENT exc = new NO_IMPLEMENT( PI_ORB_NOT_POLICY_BASED, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.piOrbNotPolicyBased",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.NO_IMPLEMENTpiOrbNotPolicyBased(org.omg.CORBA.CompletionStatus cs)

        return piOrbNotPolicyBased( cs, null  ) ;
    
public org.omg.CORBA.NO_IMPLEMENTpiOrbNotPolicyBased(java.lang.Throwable t)

        return piOrbNotPolicyBased( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.NO_IMPLEMENTpiOrbNotPolicyBased()

        return piOrbNotPolicyBased( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALreplyStatusNotInit(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( REPLY_STATUS_NOT_INIT, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.replyStatusNotInit",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALreplyStatusNotInit(org.omg.CORBA.CompletionStatus cs)

        return replyStatusNotInit( cs, null  ) ;
    
public org.omg.CORBA.INTERNALreplyStatusNotInit(java.lang.Throwable t)

        return replyStatusNotInit( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALreplyStatusNotInit()

        return replyStatusNotInit( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.BAD_INV_ORDERrirInvalidPreInit(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        BAD_INV_ORDER exc = new BAD_INV_ORDER( RIR_INVALID_PRE_INIT, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.rirInvalidPreInit",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.BAD_INV_ORDERrirInvalidPreInit(org.omg.CORBA.CompletionStatus cs)

        return rirInvalidPreInit( cs, null  ) ;
    
public org.omg.CORBA.BAD_INV_ORDERrirInvalidPreInit(java.lang.Throwable t)

        return rirInvalidPreInit( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.BAD_INV_ORDERrirInvalidPreInit()

        return rirInvalidPreInit( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALservantInvalid(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( SERVANT_INVALID, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.servantInvalid",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALservantInvalid(org.omg.CORBA.CompletionStatus cs)

        return servantInvalid( cs, null  ) ;
    
public org.omg.CORBA.INTERNALservantInvalid(java.lang.Throwable t)

        return servantInvalid( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALservantInvalid()

        return servantInvalid( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALserverInfoStackNull(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( SERVER_INFO_STACK_NULL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.serverInfoStackNull",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALserverInfoStackNull(org.omg.CORBA.CompletionStatus cs)

        return serverInfoStackNull( cs, null  ) ;
    
public org.omg.CORBA.INTERNALserverInfoStackNull(java.lang.Throwable t)

        return serverInfoStackNull( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALserverInfoStackNull()

        return serverInfoStackNull( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.INTERNALslotTableInvariant(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)

    
               
        INTERNAL exc = new INTERNAL( SLOT_TABLE_INVARIANT, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[2] ;
            parameters[0] = arg0 ;
            parameters[1] = arg1 ;
            doLog( Level.WARNING, "INTERCEPTORS.slotTableInvariant",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALslotTableInvariant(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1)

        return slotTableInvariant( cs, null, arg0, arg1 ) ;
    
public org.omg.CORBA.INTERNALslotTableInvariant(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1)

        return slotTableInvariant( CompletionStatus.COMPLETED_NO, t, arg0, arg1 ) ;
    
public org.omg.CORBA.INTERNALslotTableInvariant(java.lang.Object arg0, java.lang.Object arg1)

        return slotTableInvariant( CompletionStatus.COMPLETED_NO, null, arg0, arg1 ) ;
    
public org.omg.CORBA.INTERNALsortSizeMismatch(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        INTERNAL exc = new INTERNAL( SORT_SIZE_MISMATCH, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "INTERCEPTORS.sortSizeMismatch",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.INTERNALsortSizeMismatch(org.omg.CORBA.CompletionStatus cs)

        return sortSizeMismatch( cs, null  ) ;
    
public org.omg.CORBA.INTERNALsortSizeMismatch(java.lang.Throwable t)

        return sortSizeMismatch( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.INTERNALsortSizeMismatch()

        return sortSizeMismatch( CompletionStatus.COMPLETED_NO, null  ) ;
    
public org.omg.CORBA.BAD_PARAMtypeOutOfRange(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)

    
             
        BAD_PARAM exc = new BAD_PARAM( TYPE_OUT_OF_RANGE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = new Object[1] ;
            parameters[0] = arg0 ;
            doLog( Level.WARNING, "INTERCEPTORS.typeOutOfRange",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.BAD_PARAMtypeOutOfRange(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)

        return typeOutOfRange( cs, null, arg0 ) ;
    
public org.omg.CORBA.BAD_PARAMtypeOutOfRange(java.lang.Throwable t, java.lang.Object arg0)

        return typeOutOfRange( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
    
public org.omg.CORBA.BAD_PARAMtypeOutOfRange(java.lang.Object arg0)

        return typeOutOfRange( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
    
public org.omg.CORBA.UNKNOWNunknownRequestInvoke(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)

    
            
        UNKNOWN exc = new UNKNOWN( UNKNOWN_REQUEST_INVOKE, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
        
        if (logger.isLoggable( Level.FINE )) {
            Object[] parameters = null ;
            doLog( Level.FINE, "INTERCEPTORS.unknownRequestInvoke",
                parameters, InterceptorsSystemException.class, exc ) ;
        }
        
        return exc ;
    
public org.omg.CORBA.UNKNOWNunknownRequestInvoke(org.omg.CORBA.CompletionStatus cs)

        return unknownRequestInvoke( cs, null  ) ;
    
public org.omg.CORBA.UNKNOWNunknownRequestInvoke(java.lang.Throwable t)

        return unknownRequestInvoke( CompletionStatus.COMPLETED_NO, t  ) ;
    
public org.omg.CORBA.UNKNOWNunknownRequestInvoke()

        return unknownRequestInvoke( CompletionStatus.COMPLETED_NO, null  ) ;