Package org.duracloud.storage.error
Class SpaceAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.duracloud.common.error.DuraCloudRuntimeException
-
- org.duracloud.common.error.RetryFlaggableException
-
- org.duracloud.storage.error.StorageException
-
- org.duracloud.storage.error.SpaceAlreadyExistsException
-
- All Implemented Interfaces:
Serializable,MessageFormattable
public class SpaceAlreadyExistsException extends StorageException
Exception thrown on space creation if the space already exists- Author:
- Bill Branan Date: Oct 30, 2019
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.duracloud.common.error.RetryFlaggableException
NO_RETRY, retry, RETRY
-
-
Constructor Summary
Constructors Constructor Description SpaceAlreadyExistsException(String spaceId)
-
Method Summary
-
Methods inherited from class org.duracloud.storage.error.StorageException
isRetry
-
Methods inherited from class org.duracloud.common.error.DuraCloudRuntimeException
getArgs, getFormattedMessage, getKey, setArgs
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SpaceAlreadyExistsException
public SpaceAlreadyExistsException(String spaceId)
-
-