com.intel.util
Class UtilOutOfResourcesException
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intel.langutil.IntelRuntimeException
com.intel.util.UtilException
com.intel.util.UtilOutOfResourcesException
public class UtilOutOfResourcesException
- extends UtilException
Represents a util exception thrown when the action requested by the user cannot be performed due to a lack of resources in the system.
Constructor Summary | |
---|---|
UtilOutOfResourcesException()
|
|
UtilOutOfResourcesException(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 |
---|
UtilOutOfResourcesException
public UtilOutOfResourcesException()
UtilOutOfResourcesException
public UtilOutOfResourcesException(java.lang.String msg)