package fi.bitrite.android.ws.persistence.impl; public class PersistenceException extends RuntimeException { private static final long serialVersionUID = 1L; public PersistenceException(String msg) { super(msg); } }