///////////////////////////////////////////////////////////
public static final int OTSHOOKEXCEPTION = SUNVMCID.value + 1001 ;
public UNKNOWN otshookexception( CompletionStatus cs, Throwable t ) {
UNKNOWN exc = new UNKNOWN( OTSHOOKEXCEPTION, cs ) ;
if (t != null)
exc.initCause( t ) ;
if (logger.isLoggable( Level.WARNING )) {
Object[] parameters = null ;
doLog( Level.WARNING, "POA.otshookexception",
parameters, POASystemException.class, exc ) ;