com.intel.ui
Class UiOutOfResourcesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.ui.UiException
-
- com.intel.ui.UiOutOfResourcesException
-
public class UiOutOfResourcesException extends UiException
Represents an exception thrown when the action requested by the user cannot be performed due to a lack of resources in the system.
-
-
Constructor Summary
Constructors Constructor and Description UiOutOfResourcesException()
UiOutOfResourcesException(java.lang.String msg)
-