709710711712713714715716717718719
throw new ServiceUnavailableException(msg); case NAME_ERROR: throw new NameNotFoundException(msg); case NOT_IMPL: case REFUSED: throw new OperationNotSupportedException(msg); case FORMAT_ERROR: default: throw new NamingException(msg); } }