public static final class Exceptions.StreamFinalizedException extends Exceptions.StorageException
Stream has already been finalized.
Inheritance
java.lang.Object > Throwable > java.lang.Exception > RuntimeException > Exceptions.StorageException > Exceptions.StreamFinalizedExceptionConstructors
StreamFinalizedException(String name, String message, Throwable cause)
protected StreamFinalizedException(String name, String message, Throwable cause)
Name | Description |
name | String |
message | String |
cause | Throwable |