public class InsufficientResourcesException extends Exception
Constructor and Description |
---|
InsufficientResourcesException()
Constructs a new
InsufficientResourcesException that includes the current stack trace. |
InsufficientResourcesException(String detailMessage)
Constructs a new
InsufficientResourcesException with the current stack trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InsufficientResourcesException()
InsufficientResourcesException
that includes the current stack trace.public InsufficientResourcesException(String detailMessage)
InsufficientResourcesException
with the current stack trace and the specified detail message.detailMessage
- The detail message for this exception