Package org.rostore.entity
Class ContainerAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rostore.entity.RoStoreException
org.rostore.entity.ContainerAlreadyExistsException
- All Implemented Interfaces:
Serializable
Thrown when the container name is already in use.
- See Also:
-
Constructor Summary
ConstructorDescriptionContainerAlreadyExistsException
(String containerName) Creates an exception for the provided container -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContainerAlreadyExistsException
Creates an exception for the provided container- Parameters:
containerName
- the name of the container
-