package com.tikal.share; public class InfraException extends RuntimeException { public InfraException(Exception e) { super(e); } }