Class RoStoreException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AsyncContainerAccessException, ContainerAlreadyExistsException, DataTransferException, EOLIncorrectException, OptionMismatchException, QuotaExceededException, RoStoreServiceException, StreamProcessingException, VersionMismatchException, VersionMismatchInitException

public class RoStoreException extends RuntimeException
Base class for all exceptions generated by the RoStore core
See Also:
  • Constructor Details

    • RoStoreException

      public RoStoreException(String message)
      Create a RoStore expection
      Parameters:
      message - error message
    • RoStoreException

      public RoStoreException(String message, Throwable throwable)
      Creates a RiStore exception
      Parameters:
      message - error message
      throwable - the cause-exception