Methods Summary |
---|
public org.omg.CORBA.INTERNAL | badBeginUnmarshalCustomValue(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
INTERNAL exc = new INTERNAL( BAD_BEGIN_UNMARSHAL_CUSTOM_VALUE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.badBeginUnmarshalCustomValue",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | badBeginUnmarshalCustomValue(org.omg.CORBA.CompletionStatus cs)
return badBeginUnmarshalCustomValue( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | badBeginUnmarshalCustomValue(java.lang.Throwable t)
return badBeginUnmarshalCustomValue( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.INTERNAL | badBeginUnmarshalCustomValue()
return badBeginUnmarshalCustomValue( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badHexDigit(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
DATA_CONVERSION exc = new DATA_CONVERSION( BAD_HEX_DIGIT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.badHexDigit",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.DATA_CONVERSION | badHexDigit(org.omg.CORBA.CompletionStatus cs)
return badHexDigit( cs, null ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badHexDigit(java.lang.Throwable t)
return badHexDigit( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.DATA_CONVERSION | badHexDigit()
return badHexDigit( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | classCastExceptionInLoadStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( CLASS_CAST_EXCEPTION_IN_LOAD_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "UTIL.classCastExceptionInLoadStub",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | classCastExceptionInLoadStub(org.omg.CORBA.CompletionStatus cs)
return classCastExceptionInLoadStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | classCastExceptionInLoadStub(java.lang.Throwable t)
return classCastExceptionInLoadStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | classCastExceptionInLoadStub()
return classCastExceptionInLoadStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INTERNAL | classNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( CLASS_NOT_FOUND, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "UTIL.classNotFound",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | classNotFound(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return classNotFound( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | classNotFound(java.lang.Throwable t, java.lang.Object arg0)
return classNotFound( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | classNotFound(java.lang.Object arg0)
return classNotFound( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | connectNoTie(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( CONNECT_NO_TIE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.connectNoTie",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | connectNoTie(org.omg.CORBA.CompletionStatus cs)
return connectNoTie( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | connectNoTie(java.lang.Throwable t)
return connectNoTie( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | connectNoTie()
return connectNoTie( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | connectTieNoServant(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( CONNECT_TIE_NO_SERVANT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.connectTieNoServant",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | connectTieNoServant(org.omg.CORBA.CompletionStatus cs)
return connectTieNoServant( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | connectTieNoServant(java.lang.Throwable t)
return connectTieNoServant( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | connectTieNoServant()
return connectTieNoServant( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | connectTieWrongOrb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( CONNECT_TIE_WRONG_ORB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.connectTieWrongOrb",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | connectTieWrongOrb(org.omg.CORBA.CompletionStatus cs)
return connectTieWrongOrb( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | connectTieWrongOrb(java.lang.Throwable t)
return connectTieWrongOrb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | connectTieWrongOrb()
return connectTieWrongOrb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_PARAM | connectWrongOrb(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( CONNECT_WRONG_ORB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "UTIL.connectWrongOrb",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | connectWrongOrb(org.omg.CORBA.CompletionStatus cs)
return connectWrongOrb( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | connectWrongOrb(java.lang.Throwable t)
return connectWrongOrb( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | connectWrongOrb()
return connectWrongOrb( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INV_OBJREF | couldNotLoadStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INV_OBJREF exc = new INV_OBJREF( COULD_NOT_LOAD_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "UTIL.couldNotLoadStub",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_OBJREF | couldNotLoadStub(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return couldNotLoadStub( cs, null, arg0 ) ;
|
public org.omg.CORBA.INV_OBJREF | couldNotLoadStub(java.lang.Throwable t, java.lang.Object arg0)
return couldNotLoadStub( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INV_OBJREF | couldNotLoadStub(java.lang.Object arg0)
return couldNotLoadStub( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | errorInMakeStubFromRepositoryId(java.lang.Throwable t)
return errorInMakeStubFromRepositoryId( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | errorInMakeStubFromRepositoryId()
return errorInMakeStubFromRepositoryId( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | errorInMakeStubFromRepositoryId(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( ERROR_IN_MAKE_STUB_FROM_REPOSITORY_ID, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "UTIL.errorInMakeStubFromRepositoryId",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | errorInMakeStubFromRepositoryId(org.omg.CORBA.CompletionStatus cs)
return errorInMakeStubFromRepositoryId( cs, null ) ;
|
public org.omg.CORBA.INTERNAL | errorSetBooleanField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
INTERNAL exc = new INTERNAL( ERROR_SET_BOOLEAN_FIELD, 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, "UTIL.errorSetBooleanField",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorSetBooleanField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetBooleanField( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetBooleanField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetBooleanField( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetBooleanField(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetBooleanField( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetByteField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
INTERNAL exc = new INTERNAL( ERROR_SET_BYTE_FIELD, 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, "UTIL.errorSetByteField",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorSetByteField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetByteField( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetByteField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetByteField( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetByteField(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetByteField( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetCharField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
INTERNAL exc = new INTERNAL( ERROR_SET_CHAR_FIELD, 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, "UTIL.errorSetCharField",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorSetCharField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetCharField( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetCharField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetCharField( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetCharField(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetCharField( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetDoubleField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
INTERNAL exc = new INTERNAL( ERROR_SET_DOUBLE_FIELD, 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, "UTIL.errorSetDoubleField",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorSetDoubleField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetDoubleField( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetDoubleField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetDoubleField( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetDoubleField(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetDoubleField( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetFloatField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
INTERNAL exc = new INTERNAL( ERROR_SET_FLOAT_FIELD, 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, "UTIL.errorSetFloatField",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorSetFloatField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetFloatField( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetFloatField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetFloatField( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetFloatField(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetFloatField( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetIntField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
INTERNAL exc = new INTERNAL( ERROR_SET_INT_FIELD, 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, "UTIL.errorSetIntField",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorSetIntField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetIntField( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetIntField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetIntField( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetIntField(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetIntField( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetLongField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
INTERNAL exc = new INTERNAL( ERROR_SET_LONG_FIELD, 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, "UTIL.errorSetLongField",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorSetLongField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetLongField( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetLongField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetLongField( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetLongField(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetLongField( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetObjectField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
INTERNAL exc = new INTERNAL( ERROR_SET_OBJECT_FIELD, 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, "UTIL.errorSetObjectField",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorSetObjectField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetObjectField( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetObjectField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetObjectField( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetObjectField(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetObjectField( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetShortField(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
INTERNAL exc = new INTERNAL( ERROR_SET_SHORT_FIELD, 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, "UTIL.errorSetShortField",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | errorSetShortField(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetShortField( cs, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetShortField(java.lang.Throwable t, java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetShortField( CompletionStatus.COMPLETED_NO, t, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.INTERNAL | errorSetShortField(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
return errorSetShortField( CompletionStatus.COMPLETED_NO, null, arg0, arg1, arg2 ) ;
|
public org.omg.CORBA.BAD_OPERATION | exceptionInLoadStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( EXCEPTION_IN_LOAD_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "UTIL.exceptionInLoadStub",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | exceptionInLoadStub(org.omg.CORBA.CompletionStatus cs)
return exceptionInLoadStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | exceptionInLoadStub(java.lang.Throwable t)
return exceptionInLoadStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | exceptionInLoadStub()
return exceptionInLoadStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public static com.sun.corba.se.impl.logging.UtilSystemException | get(com.sun.corba.se.spi.orb.ORB orb, java.lang.String logDomain)
UtilSystemException wrapper =
(UtilSystemException) orb.getLogWrapper( logDomain,
"UTIL", factory ) ;
return wrapper ;
|
public static com.sun.corba.se.impl.logging.UtilSystemException | get(java.lang.String logDomain)
UtilSystemException wrapper =
(UtilSystemException) ORB.staticGetLogWrapper( logDomain,
"UTIL", factory ) ;
return wrapper ;
|
public org.omg.CORBA.INTERNAL | illegalFieldAccess(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INTERNAL exc = new INTERNAL( ILLEGAL_FIELD_ACCESS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "UTIL.illegalFieldAccess",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INTERNAL | illegalFieldAccess(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return illegalFieldAccess( cs, null, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | illegalFieldAccess(java.lang.Throwable t, java.lang.Object arg0)
return illegalFieldAccess( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INTERNAL | illegalFieldAccess(java.lang.Object arg0)
return illegalFieldAccess( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | invalidIndirection(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
MARSHAL exc = new MARSHAL( INVALID_INDIRECTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "UTIL.invalidIndirection",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | invalidIndirection(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return invalidIndirection( cs, null, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | invalidIndirection(java.lang.Throwable t, java.lang.Object arg0)
return invalidIndirection( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.MARSHAL | invalidIndirection(java.lang.Object arg0)
return invalidIndirection( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | loadTieFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
BAD_PARAM exc = new BAD_PARAM( LOAD_TIE_FAILED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.FINE, "UTIL.loadTieFailed",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | loadTieFailed(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return loadTieFailed( cs, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | loadTieFailed(java.lang.Throwable t, java.lang.Object arg0)
return loadTieFailed( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | loadTieFailed(java.lang.Object arg0)
return loadTieFailed( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_PARAM | noPoa(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_PARAM exc = new BAD_PARAM( NO_POA, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.noPoa",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_PARAM | noPoa(org.omg.CORBA.CompletionStatus cs)
return noPoa( cs, null ) ;
|
public org.omg.CORBA.BAD_PARAM | noPoa(java.lang.Throwable t)
return noPoa( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_PARAM | noPoa()
return noPoa( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.INV_OBJREF | objectNotConnected(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INV_OBJREF exc = new INV_OBJREF( OBJECT_NOT_CONNECTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "UTIL.objectNotConnected",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_OBJREF | objectNotConnected(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return objectNotConnected( cs, null, arg0 ) ;
|
public org.omg.CORBA.INV_OBJREF | objectNotConnected(java.lang.Throwable t, java.lang.Object arg0)
return objectNotConnected( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INV_OBJREF | objectNotConnected(java.lang.Object arg0)
return objectNotConnected( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.INV_OBJREF | objectNotExported(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t, java.lang.Object arg0)
INV_OBJREF exc = new INV_OBJREF( OBJECT_NOT_EXPORTED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "UTIL.objectNotExported",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.INV_OBJREF | objectNotExported(org.omg.CORBA.CompletionStatus cs, java.lang.Object arg0)
return objectNotExported( cs, null, arg0 ) ;
|
public org.omg.CORBA.INV_OBJREF | objectNotExported(java.lang.Throwable t, java.lang.Object arg0)
return objectNotExported( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
|
public org.omg.CORBA.INV_OBJREF | objectNotExported(java.lang.Object arg0)
return objectNotExported( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
|
public org.omg.CORBA.BAD_OPERATION | stubFactoryCouldNotMakeStub(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
BAD_OPERATION exc = new BAD_OPERATION( STUB_FACTORY_COULD_NOT_MAKE_STUB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "UTIL.stubFactoryCouldNotMakeStub",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.BAD_OPERATION | stubFactoryCouldNotMakeStub(org.omg.CORBA.CompletionStatus cs)
return stubFactoryCouldNotMakeStub( cs, null ) ;
|
public org.omg.CORBA.BAD_OPERATION | stubFactoryCouldNotMakeStub(java.lang.Throwable t)
return stubFactoryCouldNotMakeStub( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.BAD_OPERATION | stubFactoryCouldNotMakeStub()
return stubFactoryCouldNotMakeStub( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.MARSHAL | unableLocateValueHelper(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
MARSHAL exc = new MARSHAL( UNABLE_LOCATE_VALUE_HELPER, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.unableLocateValueHelper",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.MARSHAL | unableLocateValueHelper(org.omg.CORBA.CompletionStatus cs)
return unableLocateValueHelper( cs, null ) ;
|
public org.omg.CORBA.MARSHAL | unableLocateValueHelper(java.lang.Throwable t)
return unableLocateValueHelper( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.MARSHAL | unableLocateValueHelper()
return unableLocateValueHelper( CompletionStatus.COMPLETED_NO, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownSysex(org.omg.CORBA.CompletionStatus cs, java.lang.Throwable t)
UNKNOWN exc = new UNKNOWN( UNKNOWN_SYSEX, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "UTIL.unknownSysex",
parameters, UtilSystemException.class, exc ) ;
}
return exc ;
|
public org.omg.CORBA.UNKNOWN | unknownSysex(org.omg.CORBA.CompletionStatus cs)
return unknownSysex( cs, null ) ;
|
public org.omg.CORBA.UNKNOWN | unknownSysex(java.lang.Throwable t)
return unknownSysex( CompletionStatus.COMPLETED_NO, t ) ;
|
public org.omg.CORBA.UNKNOWN | unknownSysex()
return unknownSysex( CompletionStatus.COMPLETED_NO, null ) ;
|