package com.finance.iso.iso8583.mediator; public class XLinkISO8583Exception extends Exception { /** * */ private static final long serialVersionUID = 1L; public XLinkISO8583Exception() { super(); // TODO Auto-generated constructor stub } public XLinkISO8583Exception(String message, Throwable cause) { super(message, cause); // TODO Auto-generated constructor stub } public XLinkISO8583Exception(String message) { super(message); // TODO Auto-generated constructor stub } public XLinkISO8583Exception(Throwable cause) { super(cause); // TODO Auto-generated constructor stub } }