Class DeploymentNotFoundException

All Implemented Interfaces:
Serializable

public class DeploymentNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • DeploymentNotFoundException

      public DeploymentNotFoundException()
    • DeploymentNotFoundException

      public DeploymentNotFoundException(String message)
    • DeploymentNotFoundException

      public DeploymentNotFoundException(String message, Throwable cause)
    • DeploymentNotFoundException

      public DeploymentNotFoundException(Throwable cause)
    • DeploymentNotFoundException

      public DeploymentNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)