Package org.rostore.entity
Class RoStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rostore.entity.RoStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AsyncContainerAccessException
,ContainerAlreadyExistsException
,DataTransferException
,EOLIncorrectException
,OptionMismatchException
,QuotaExceededException
,RoStoreServiceException
,StreamProcessingException
,VersionMismatchException
,VersionMismatchInitException
Base class for all exceptions generated by the RoStore core
- See Also:
-
Constructor Summary
ConstructorDescriptionRoStoreException
(String message) Create a RoStore expectionRoStoreException
(String message, Throwable throwable) Creates a RiStore exception -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RoStoreException
Create a RoStore expection- Parameters:
message
- error message
-
RoStoreException
Creates a RiStore exception- Parameters:
message
- error messagethrowable
- the cause-exception
-