Class StorageException

All Implemented Interfaces:
Serializable

public class StorageException extends RuntimeException
Exception thrown from any OCI storage-related API invocation failures.
See Also:
  • Constructor Details

    • StorageException

      public StorageException(String message, @Nullable Throwable cause)