Hi Abhay,
Try with the following code:
public String check code (String var1, Container container) throw StreamTransformationException{
if (!(var1.equals("00")))
throw new StreamTransformationException("mapping fail - Expected value is 00");
else
return var1;
}
Regards,
Azhar