com.intel.util
Class AccessDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.util.UtilException
-
- com.intel.util.AccessDeniedException
-
public class AccessDeniedException extends UtilException
Represents an exception thrown when an application does not have permission to perform the requested operation. For example, when an application is trying to write to flash more data than the quota allocated for it.
-
-
Constructor Summary
Constructors Constructor and Description AccessDeniedException()
AccessDeniedException(java.lang.String msg)
-