public class InvalidResourceUsageException extends DataAccessException
Constructor and Description |
---|
InvalidResourceUsageException(String message)
Constructs an InvalidResourceUsageException with a message explaining the cause of the exception.
|
InvalidResourceUsageException(String message,
Throwable cause)
Constructs a InvalidResourceUsageException with a message explaining the cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidResourceUsageException(String message)
message
- the message explaining the cause of the exceptionpublic InvalidResourceUsageException(String message, Throwable cause)
message
- the explanationcause
- the root cause of the exception, typically an API-specific exceptionCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.