package org.apache.ode.bpel.obj.serde; public class SerializaionRtException extends RuntimeException { public SerializaionRtException(String string) { super(string); } private static final long serialVersionUID = -690983865033774484L; }