Class DeleteInProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.aio.cloudmanager.CloudManagerApiException
-
- com.adobe.aio.cloudmanager.exception.DeleteInProgressException
-
- All Implemented Interfaces:
Serializable
public class DeleteInProgressException extends CloudManagerApiException
Specific exception type to represent the attempt to initiate a delete operation, which is already running.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteInProgressException(String message)
-
Method Summary
-
Methods inherited from class com.adobe.aio.cloudmanager.CloudManagerApiException
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeleteInProgressException
public DeleteInProgressException(String message)
-
-