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
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 Summary
ConstructorsConstructorDescriptionRemoteStorageException(String message) RemoteStorageException(String message, Throwable cause) RemoteStorageException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
RemoteStorageException
 - 
RemoteStorageException
 - 
RemoteStorageException
 
 -