package it.softecspa.fileproxy.services.common; public interface TraceableWithIdException { public String getId(); public boolean isTraceLog(); public boolean isTraceErrorCall(); public String getMessage(); }