// // Copyright (c)1998-2011 Pearson Education, Inc. or its affiliate(s). // All rights reserved. // package openadk.profiler; /** */ public class SIFProfilerException extends Error { public SIFProfilerException() { super(); } public SIFProfilerException( String msg ) { super( msg ); } }