Package org.omg.CORBA

Examples of org.omg.CORBA.MARSHAL.initCause()


    public static final int UNABLE_LOCATE_VALUE_FACTORY = OMGVMCID.value + 1 ;
   
    public MARSHAL unableLocateValueFactory( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( UNABLE_LOCATE_VALUE_FACTORY, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.FINE )) {
            Object[] parameters = null ;
            doLog( Level.FINE, "OMG.unableLocateValueFactory",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here


    public static final int SET_RESULT_BEFORE_CTX = OMGVMCID.value + 2 ;
   
    public MARSHAL setResultBeforeCtx( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( SET_RESULT_BEFORE_CTX, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "OMG.setResultBeforeCtx",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here

    public static final int BAD_NVLIST = OMGVMCID.value + 3 ;
   
    public MARSHAL badNvlist( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( BAD_NVLIST, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "OMG.badNvlist",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here

    public static final int NOT_AN_OBJECT_IMPL = OMGVMCID.value + 4 ;
   
    public MARSHAL notAnObjectImpl( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( NOT_AN_OBJECT_IMPL, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "OMG.notAnObjectImpl",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here

    public static final int WCHAR_BAD_GIOP_VERSION_SENT = OMGVMCID.value + 5 ;
   
    public MARSHAL wcharBadGiopVersionSent( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( WCHAR_BAD_GIOP_VERSION_SENT, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "OMG.wcharBadGiopVersionSent",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here

    public static final int WCHAR_BAD_GIOP_VERSION_RETURNED = OMGVMCID.value + 6 ;
   
    public MARSHAL wcharBadGiopVersionReturned( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( WCHAR_BAD_GIOP_VERSION_RETURNED, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "OMG.wcharBadGiopVersionReturned",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here

    public static final int UNSUPPORTED_FORMAT_VERSION = OMGVMCID.value + 7 ;
   
    public MARSHAL unsupportedFormatVersion( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( UNSUPPORTED_FORMAT_VERSION, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "OMG.unsupportedFormatVersion",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here

    public static final int RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE1 = OMGVMCID.value + 8 ;
   
    public MARSHAL rmiiiopOptionalDataIncompatible1( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE1, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "OMG.rmiiiopOptionalDataIncompatible1",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here

    public static final int RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE2 = OMGVMCID.value + 8 ;
   
    public MARSHAL rmiiiopOptionalDataIncompatible2( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE2, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.WARNING )) {
            Object[] parameters = null ;
            doLog( Level.WARNING, "OMG.rmiiiopOptionalDataIncompatible2",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here

    public static final int RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE3 = OMGVMCID.value + 8 ;
   
    public MARSHAL rmiiiopOptionalDataIncompatible3( CompletionStatus cs, Throwable t ) {
        MARSHAL exc = new MARSHAL( RMIIIOP_OPTIONAL_DATA_INCOMPATIBLE3, cs ) ;
        if (t != null)
            exc.initCause( t ) ;
       
        if (logger.isLoggable( Level.FINE )) {
            Object[] parameters = null ;
            doLog( Level.FINE, "OMG.rmiiiopOptionalDataIncompatible3",
                parameters, OMGSystemException.class, exc ) ;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.