// // Copyright (c) ZeroC, Inc. All rights reserved. // #import #include @interface ICELocalException () -(id) initWithLocalException:(const Ice::LocalException&)ex; -(void) rethrowCxx; +(id) localExceptionWithLocalException:(const Ice::LocalException&)ex; @end