Package com.sas.lsaf.content.utilization
Class ResourceUtilizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.content.utilization.ResourceUtilizationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ResourceUtilizationPathNotFoundException
public abstract class ResourceUtilizationException extends AbstractCheckedException
Root of the hierarchy of all checked resource utilization exceptions within the application. Provides a way of wrapping checkedExceptions
with a root cause. Abstract because this exception should not be constructed directly, rather, a more detailed subclass should be constructed and thrown.- Since:
- 2.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceUtilizationException(java.lang.String message)
Constructs aResourceUtilizationException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-