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:
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 checked Exceptions 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:
  • Constructor Details

    • ResourceUtilizationException

      public ResourceUtilizationException(String message)
      Constructs a ResourceUtilizationException with the specified message.
      Parameters:
      message - The detailed message.