1: /* 2: * Created on Dec 1, 2005 3: */ 4: package uk.org.ponder.rsf.state; 5: 6: public class ExpiredFlowException extends RuntimeException { 7: 8: }