com.intel.util
Class AccessDeniedException
java.lang.Objectjava.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 | |
---|---|
AccessDeniedException()
|
|
AccessDeniedException(java.lang.String msg)
|
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
getMessage, toString |
Methods inherited from class java.lang.Object |
---|
equals, hashCode |
Constructor Detail |
---|
AccessDeniedException
public AccessDeniedException()
AccessDeniedException
public AccessDeniedException(java.lang.String msg)