Logo white

Softec-Workflow / ProxyServer ADT

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • ProxyServer-ADT
  • ..
  • common
  • TraceableWithIdException.java
  • Versione 1.0.0 ...
    2c3a8d7d
    git-svn-id: http://svn.softecspa.it/desktopmate/DesktopMate%202.0/FileProxyServer/trunk@13298 edf0334f-4afc-450a-8f92-fe1409970e7d
    m.veroni authored
    2014-06-24 08:29:19 +0000  
    Browse Code ยป
TraceableWithIdException.java 237 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
package it.softecspa.fileproxy.services.common;

public interface TraceableWithIdException {
	
	public String getId();
	
	public boolean isTraceLog();
	
	public boolean isTraceErrorCall();
	
	public String getMessage();
	
}