/** * Start time:08:53:28 2009-08-30<br> * Project: mobicents-isup-stack<br> * * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski </a> */ package org.mobicents.ss7.isup; /** * Start time:08:53:28 2009-08-30<br> * Project: mobicents-isup-stack<br> * * @author <a href="mailto:baranowb@gmail.com">Bartosz Baranowski * </a> */ public class TransactionAlredyExistsException extends Exception { /** * * @param string */ public TransactionAlredyExistsException(String string) { // TODO Auto-generated constructor stub } public TransactionAlredyExistsException() { super(); // TODO Auto-generated constructor stub } public TransactionAlredyExistsException(String message, Throwable cause) { super(message, cause); // TODO Auto-generated constructor stub } public TransactionAlredyExistsException(Throwable cause) { super(cause); // TODO Auto-generated constructor stub } }