com.intel.util
Class UtilException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.util.UtilException
-
- Direct Known Subclasses:
- AccessDeniedException, IllegalParameterException, IllegalUseException, IOException, NotInitializedException, NotSupportedException, UtilOutOfResourcesException
public class UtilException extends IntelRuntimeException
Represents a general utilities exception. All specific exceptions in com.intel.util package must extend this base class.
-
-
Constructor Summary
Constructors Constructor and Description UtilException()
UtilException(java.lang.String msg)
-