Class DeploymentException

All Implemented Interfaces:
Serializable

public class DeploymentException extends RuntimeException
An exception that represents a deployment error.
Author:
James R. Perkins
See Also:
  • Constructor Details

    • DeploymentException

      public DeploymentException(String message)
      Creates a new deployment exception.
      Parameters:
      message - the message for the exception
    • DeploymentException

      public DeploymentException(Throwable cause)
      Creates a new deployment exception.
      Parameters:
      cause - the cause of the exception
    • DeploymentException

      public DeploymentException(String message, Throwable cause)
      Creates a new deployment exception.
      Parameters:
      message - the message for the exception
      cause - the cause of the exception