Class Exceptions.StorageException (2.7.0)

public static class Exceptions.StorageException extends RuntimeException

Main Storage Exception. Might contain map of streams to errors for that stream.

Inheritance

java.lang.Object > Throwable > java.lang.Exception > RuntimeException > Exceptions.StorageException

Methods

getErrors()

public ImmutableMap<String,GrpcStatusCode> getErrors()
Returns
TypeDescription
com.google.common.collect.ImmutableMap<String,GrpcStatusCode>

getStreamName()

public String getStreamName()
Returns
TypeDescription
String