Package com.boomi.connector.api
Class ContainerStoppingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.boomi.connector.api.ConnectorException
-
- com.boomi.connector.api.ContainerStoppingException
-
- All Implemented Interfaces:
Serializable
public class ContainerStoppingException extends ConnectorException
Connector exception used to indicate an action can not be completed because the container is stopping.
-
-
Field Summary
-
Fields inherited from class com.boomi.connector.api.ConnectorException
NO_CODE, NO_MESSAGE
-
-
Constructor Summary
Constructors Constructor Description ContainerStoppingException(String message)
-
Method Summary
-
Methods inherited from class com.boomi.connector.api.ConnectorException
getMessage, getStatusCode, getStatusCode, getStatusMessage, getStatusMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ContainerStoppingException
public ContainerStoppingException(String message)
- Parameters:
message
-
-
-