public abstract class ResourceUtilizationException extends AbstractCheckedException
Exceptions
with a root cause.
Abstract because this exception should not be constructed directly, rather, a more detailed subclass should be
constructed and thrown.Constructor and Description |
---|
ResourceUtilizationException(String message)
Constructs a
ResourceUtilizationException with the specified message. |
getMessage, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceUtilizationException(String message)
ResourceUtilizationException
with the specified message.message
- The detailed message.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>