com.intel.util
Class UtilSecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.util.UtilException
-
- com.intel.util.UtilSecurityException
-
public class UtilSecurityException extends UtilException
Represents an exception thrown when an application performs operation that encounter a security risk. For example, when an application is trying to access flash file which was identified as compromised.
-
-
Constructor Summary
Constructors Constructor and Description UtilSecurityException()
UtilSecurityException(java.lang.String msg)
-