package org.mobicents.slee.services.sip.common; public class SipLoopDetectedException extends java.lang.Exception implements java.io.Serializable { public SipLoopDetectedException() { super(); } public SipLoopDetectedException(String message, Throwable cause) { super(message, cause); } public SipLoopDetectedException(String message) { super(message); } public SipLoopDetectedException(Throwable cause) { super(cause); } }