diff --git a/Code/Wrappers/SWIG/itkBase.i b/Code/Wrappers/SWIG/itkBase.i
index fd0c7965a69df15de797548b94b0aca4e0711e67..cfa30751ff82b271b609857b57fd7d08a0f46703 100644
--- a/Code/Wrappers/SWIG/itkBase.i
+++ b/Code/Wrappers/SWIG/itkBase.i
@@ -30,10 +30,10 @@
     $action
   } catch( itk::ExceptionObject &ex ) {
     char error_msg[256];
-    sprintf( error_msg, "Exception thrown in SimpleITK $symname: %s", ex.what() );
+    sprintf( error_msg, "Exception thrown in otbApplication $symname: %s", ex.what() );
     SWIG_exception( SWIG_RuntimeError, error_msg );
   } catch( ... ) {
-    SWIG_exception( SWIG_UnknownError, "Unknown exception thrown in SimpleITK $symname" );
+    SWIG_exception( SWIG_UnknownError, "Unknown exception thrown in otbApplication $symname" );
   }
 }
 /*