public static final int PI_OPERATION_NOT_SUPPORTED5 = OMGVMCID.value + 1 ;
public NO_RESOURCES piOperationNotSupported5( CompletionStatus cs, Throwable t ) {
NO_RESOURCES exc = new NO_RESOURCES( PI_OPERATION_NOT_SUPPORTED5, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.FINE )) {
Object[] parameters = null ;
doLog( Level.FINE, "OMG.piOperationNotSupported5",
parameters, OMGSystemException.class, exc ) ;