/** * 2012 Foxykeep (http://datadroid.foxykeep.com) * <p> * Licensed under the Beerware License : <br /> * As long as you retain this notice you can do whatever you want with this stuff. If we meet some * day, and you think this stuff is worth it, you can buy me a beer in return */ package com.foxykeep.datadroidpoc.data.exception; import com.foxykeep.datadroid.exception.CustomRequestException; public class MyCustomRequestException extends CustomRequestException { private static final long serialVersionUID = -8215064867471739222L; }