Class DeploymentRetriableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.qubership.integration.platform.engine.errorhandling.DeploymentRetriableException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RuntimePropertiesException

public class DeploymentRetriableException extends RuntimeException
See Also:
  • Constructor Details

    • DeploymentRetriableException

      public DeploymentRetriableException()
    • DeploymentRetriableException

      public DeploymentRetriableException(String message, Exception exception)
    • DeploymentRetriableException

      public DeploymentRetriableException(String message)
    • DeploymentRetriableException

      public DeploymentRetriableException(String message, Throwable cause)
    • DeploymentRetriableException

      public DeploymentRetriableException(Throwable cause)