@Target(value=java.lang.annotation.ElementType.METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface FallbackMessage
Annotation used to define fallback message to be used in ExceptionHandlerAspect in case
foreign exception (other than declared service exception) is thrown from method.