Package com.adobe.aio.cloudmanager
Class CloudManagerApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.aio.cloudmanager.CloudManagerApiException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeleteInProgressException
,PipelineRunningException
public class CloudManagerApiException extends Exception
Represents exception states that may occur during interactions with the AdobeIO API.Special case exceptions exist for consumers to handle specific, potentially recoverable, errors.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloudManagerApiException(String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CloudManagerApiException
public CloudManagerApiException(String message)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-