case ReplyStatusType_1_2._USER_EXCEPTION:
{
info.setReplyStatus (USER_EXCEPTION.value);
Any sendingException = orb.create_any();
SystemExceptionHelper.insert(sendingException, new org.omg.CORBA.UNKNOWN("Stream-based UserExceptions are not available!"));
info.sending_exception(sendingException);
op = ServerInterceptorIterator.SEND_EXCEPTION;
break;
}
case ReplyStatusType_1_2._SYSTEM_EXCEPTION:
{