public class MaxStorageException extends RuntimeException
This exception extends RuntimeException and is thrown when the Storage API
returns an error response. It contains information about the request ID, error status,
and error details that can help diagnose issues with Storage API calls.
| Constructor and Description |
|---|
MaxStorageException() |
MaxStorageException(Exception e) |
MaxStorageException(String message) |
MaxStorageException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2026 Alibaba Cloud Computing. All rights reserved.