public class InvalidExpiresRangeException extends MinioException
| Constructor and Description |
|---|
InvalidExpiresRangeException(int expires,
String message)
Constructs a new InvalidExpiresRangeException with expires value caused the error and error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic InvalidExpiresRangeException(int expires,
String message)