/* * Copyright (c) 2010 Mysema Ltd. * All rights reserved. * */ package com.mysema.rdfbean.object; public class ConfigurationException extends RuntimeException { public ConfigurationException(Throwable t) { super(t); } private static final long serialVersionUID = 6202676595914778445L; }