Class RemoteStorageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.kafka.server.log.remote.storage.RemoteStorageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RemoteResourceNotFoundException

public class RemoteStorageException extends Exception
Exception thrown when there is a remote storage error. This can be used as the base exception by implementors of RemoteStorageManager or RemoteLogMetadataManager to create extended exceptions.
See Also:
  • Constructor Details

    • RemoteStorageException

      public RemoteStorageException(String message)
    • RemoteStorageException

      public RemoteStorageException(String message, Throwable cause)
    • RemoteStorageException

      public RemoteStorageException(Throwable cause)