📄 orbutilsystemexception.java
字号:
public BAD_OPERATION requestRequiresStub( CompletionStatus cs ) {
return requestRequiresStub( cs, null ) ;
}
public BAD_OPERATION requestRequiresStub( Throwable t ) {
return requestRequiresStub( CompletionStatus.COMPLETED_NO, t ) ;
}
public BAD_OPERATION requestRequiresStub( ) {
return requestRequiresStub( CompletionStatus.COMPLETED_NO, null ) ;
}
public static final int BAD_ACTIVATE_TIE_CALL = SUNVMCID.value + 245 ;
public BAD_OPERATION badActivateTieCall( CompletionStatus cs, Throwable t ) {
BAD_OPERATION exc = new BAD_OPERATION( BAD_ACTIVATE_TIE_CALL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.badActivateTieCall",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_OPERATION badActivateTieCall( CompletionStatus cs ) {
return badActivateTieCall( cs, null ) ;
}
public BAD_OPERATION badActivateTieCall( Throwable t ) {
return badActivateTieCall( CompletionStatus.COMPLETED_NO, t ) ;
}
public BAD_OPERATION badActivateTieCall( ) {
return badActivateTieCall( CompletionStatus.COMPLETED_NO, null ) ;
}
///////////////////////////////////////////////////////////
// BAD_PARAM
///////////////////////////////////////////////////////////
public static final int NULL_PARAM = SUNVMCID.value + 201 ;
public BAD_PARAM nullParam( CompletionStatus cs, Throwable t ) {
BAD_PARAM exc = new BAD_PARAM( NULL_PARAM, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.nullParam",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM nullParam( CompletionStatus cs ) {
return nullParam( cs, null ) ;
}
public BAD_PARAM nullParam( Throwable t ) {
return nullParam( CompletionStatus.COMPLETED_NO, t ) ;
}
public BAD_PARAM nullParam( ) {
return nullParam( CompletionStatus.COMPLETED_NO, null ) ;
}
public static final int UNABLE_FIND_VALUE_FACTORY = SUNVMCID.value + 202 ;
public BAD_PARAM unableFindValueFactory( CompletionStatus cs, Throwable t ) {
BAD_PARAM exc = new BAD_PARAM( UNABLE_FIND_VALUE_FACTORY, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.unableFindValueFactory",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM unableFindValueFactory( CompletionStatus cs ) {
return unableFindValueFactory( cs, null ) ;
}
public BAD_PARAM unableFindValueFactory( Throwable t ) {
return unableFindValueFactory( CompletionStatus.COMPLETED_NO, t ) ;
}
public BAD_PARAM unableFindValueFactory( ) {
return unableFindValueFactory( CompletionStatus.COMPLETED_NO, null ) ;
}
public static final int ABSTRACT_FROM_NON_ABSTRACT = SUNVMCID.value + 203 ;
public BAD_PARAM abstractFromNonAbstract( CompletionStatus cs, Throwable t ) {
BAD_PARAM exc = new BAD_PARAM( ABSTRACT_FROM_NON_ABSTRACT, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.abstractFromNonAbstract",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM abstractFromNonAbstract( CompletionStatus cs ) {
return abstractFromNonAbstract( cs, null ) ;
}
public BAD_PARAM abstractFromNonAbstract( Throwable t ) {
return abstractFromNonAbstract( CompletionStatus.COMPLETED_NO, t ) ;
}
public BAD_PARAM abstractFromNonAbstract( ) {
return abstractFromNonAbstract( CompletionStatus.COMPLETED_NO, null ) ;
}
public static final int INVALID_TAGGED_PROFILE = SUNVMCID.value + 204 ;
public BAD_PARAM invalidTaggedProfile( CompletionStatus cs, Throwable t ) {
BAD_PARAM exc = new BAD_PARAM( INVALID_TAGGED_PROFILE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.invalidTaggedProfile",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM invalidTaggedProfile( CompletionStatus cs ) {
return invalidTaggedProfile( cs, null ) ;
}
public BAD_PARAM invalidTaggedProfile( Throwable t ) {
return invalidTaggedProfile( CompletionStatus.COMPLETED_NO, t ) ;
}
public BAD_PARAM invalidTaggedProfile( ) {
return invalidTaggedProfile( CompletionStatus.COMPLETED_NO, null ) ;
}
public static final int OBJREF_FROM_FOREIGN_ORB = SUNVMCID.value + 205 ;
public BAD_PARAM objrefFromForeignOrb( CompletionStatus cs, Throwable t ) {
BAD_PARAM exc = new BAD_PARAM( OBJREF_FROM_FOREIGN_ORB, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.objrefFromForeignOrb",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM objrefFromForeignOrb( CompletionStatus cs ) {
return objrefFromForeignOrb( cs, null ) ;
}
public BAD_PARAM objrefFromForeignOrb( Throwable t ) {
return objrefFromForeignOrb( CompletionStatus.COMPLETED_NO, t ) ;
}
public BAD_PARAM objrefFromForeignOrb( ) {
return objrefFromForeignOrb( CompletionStatus.COMPLETED_NO, null ) ;
}
public static final int LOCAL_OBJECT_NOT_ALLOWED = SUNVMCID.value + 206 ;
public BAD_PARAM localObjectNotAllowed( CompletionStatus cs, Throwable t ) {
BAD_PARAM exc = new BAD_PARAM( LOCAL_OBJECT_NOT_ALLOWED, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "ORBUTIL.localObjectNotAllowed",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM localObjectNotAllowed( CompletionStatus cs ) {
return localObjectNotAllowed( cs, null ) ;
}
public BAD_PARAM localObjectNotAllowed( Throwable t ) {
return localObjectNotAllowed( CompletionStatus.COMPLETED_NO, t ) ;
}
public BAD_PARAM localObjectNotAllowed( ) {
return localObjectNotAllowed( CompletionStatus.COMPLETED_NO, null ) ;
}
public static final int NULL_OBJECT_REFERENCE = SUNVMCID.value + 207 ;
public BAD_PARAM nullObjectReference( CompletionStatus cs, Throwable t ) {
BAD_PARAM exc = new BAD_PARAM( NULL_OBJECT_REFERENCE, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "ORBUTIL.nullObjectReference",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM nullObjectReference( CompletionStatus cs ) {
return nullObjectReference( cs, null ) ;
}
public BAD_PARAM nullObjectReference( Throwable t ) {
return nullObjectReference( CompletionStatus.COMPLETED_NO, t ) ;
}
public BAD_PARAM nullObjectReference( ) {
return nullObjectReference( CompletionStatus.COMPLETED_NO, null ) ;
}
public static final int COULD_NOT_LOAD_CLASS = SUNVMCID.value + 208 ;
public BAD_PARAM couldNotLoadClass( CompletionStatus cs, Throwable t, Object arg0) {
BAD_PARAM exc = new BAD_PARAM( COULD_NOT_LOAD_CLASS, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.couldNotLoadClass",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM couldNotLoadClass( CompletionStatus cs, Object arg0) {
return couldNotLoadClass( cs, null, arg0 ) ;
}
public BAD_PARAM couldNotLoadClass( Throwable t, Object arg0) {
return couldNotLoadClass( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
}
public BAD_PARAM couldNotLoadClass( Object arg0) {
return couldNotLoadClass( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
}
public static final int BAD_URL = SUNVMCID.value + 209 ;
public BAD_PARAM badUrl( CompletionStatus cs, Throwable t, Object arg0) {
BAD_PARAM exc = new BAD_PARAM( BAD_URL, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = new Object[1] ;
parameters[0] = arg0 ;
doLog( Level.WARNING, "ORBUTIL.badUrl",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM badUrl( CompletionStatus cs, Object arg0) {
return badUrl( cs, null, arg0 ) ;
}
public BAD_PARAM badUrl( Throwable t, Object arg0) {
return badUrl( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
}
public BAD_PARAM badUrl( Object arg0) {
return badUrl( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
}
public static final int FIELD_NOT_FOUND = SUNVMCID.value + 210 ;
public BAD_PARAM fieldNotFound( CompletionStatus cs, Throwable t, Object arg0) {
BAD_PARAM exc = new BAD_PARAM( FIELD_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, "ORBUTIL.fieldNotFound",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM fieldNotFound( CompletionStatus cs, Object arg0) {
return fieldNotFound( cs, null, arg0 ) ;
}
public BAD_PARAM fieldNotFound( Throwable t, Object arg0) {
return fieldNotFound( CompletionStatus.COMPLETED_NO, t, arg0 ) ;
}
public BAD_PARAM fieldNotFound( Object arg0) {
return fieldNotFound( CompletionStatus.COMPLETED_NO, null, arg0 ) ;
}
public static final int ERROR_SETTING_FIELD = SUNVMCID.value + 211 ;
public BAD_PARAM errorSettingField( CompletionStatus cs, Throwable t, Object arg0, Object arg1) {
BAD_PARAM exc = new BAD_PARAM( ERROR_SETTING_FIELD, 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, "ORBUTIL.errorSettingField",
parameters, ORBUtilSystemException.class, exc ) ;
}
return exc ;
}
public BAD_PARAM errorSettingField( CompletionStatus cs, Object arg0, Object arg1) {
return errorSettingField( cs, null, arg0, arg1 ) ;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -