Class ElementDeploymentNotFoundException

All Implemented Interfaces:
Serializable

public class ElementDeploymentNotFoundException extends NotFoundException
Thrown when an element deployment cannot be found.
See Also:
  • Constructor Details

    • ElementDeploymentNotFoundException

      public ElementDeploymentNotFoundException()
      Creates a new instance.
    • ElementDeploymentNotFoundException

      public ElementDeploymentNotFoundException(String message)
      Creates a new instance with the given message.
      Parameters:
      message - the detail message
    • ElementDeploymentNotFoundException

      public ElementDeploymentNotFoundException(String message, Throwable cause)
      Creates a new instance with the given message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • ElementDeploymentNotFoundException

      public ElementDeploymentNotFoundException(Throwable cause)
      Creates a new instance with the given cause.
      Parameters:
      cause - the cause
    • ElementDeploymentNotFoundException

      public ElementDeploymentNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance.
      Parameters:
      message - the detail message
      cause - the cause
      enableSuppression - whether suppression is enabled
      writableStackTrace - whether the stack trace is writable