@Override
public UnifiedRepositoryException convertException( final Exception exception, final String activityMessage,
final String refNum ) {
RepositoryFileDaoMalformedNameException me = (RepositoryFileDaoMalformedNameException) exception;
return new UnifiedRepositoryMalformedNameException( Messages.getInstance().getString(
"ExceptionLoggingDecorator.malformedNameException", activityMessage, me.getName(), refNum ) ); //$NON-NLS-1$
}