public class InvalidResourceUsageException extends DataAccessException
| Constructor and Description |
|---|
InvalidResourceUsageException(String
Constructs an InvalidResourceUsageException with a message explaining the cause of the exception.
|
InvalidResourceUsageException(String
Constructs a InvalidResourceUsageException with a message explaining the cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidResourceUsageException(Stringmessage)
message - the message explaining the cause of the exception
public InvalidResourceUsageException(Stringmessage, Throwable cause)
message - the explanation
cause - the root cause of the exception, typically an API-specific exception