Class DeploymentException

    • Constructor Detail

      • DeploymentException

        public DeploymentException​(String message)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a new deployment exception.
        Parameters:
        message - the message for the exception
      • DeploymentException

        public DeploymentException​(Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a new deployment exception.
        Parameters:
        cause - the cause of the exception
      • DeploymentException

        public DeploymentException​(String message,
                                   Throwable cause)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Creates a new deployment exception.
        Parameters:
        message - the message for the exception
        cause - the cause of the exception