Class PipelineRunningException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.aio.cloudmanager.CloudManagerApiException
-
- com.adobe.aio.cloudmanager.exception.PipelineRunningException
-
- All Implemented Interfaces:
Serializable
public class PipelineRunningException extends CloudManagerApiException
Specific exception type to represent the attempt to start a Pipeline, which is already running.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PipelineRunningException(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
-
PipelineRunningException
public PipelineRunningException(String message)
-
-