Class WebAppDeployerException

  • All Implemented Interfaces:
    Serializable

    public class WebAppDeployerException
    extends Exception
    A WebAppDeployerException is thrown when there are errors related to the deployment/undeployment to/from the web container.
    See Also:
    Serialized Form
    • Constructor Detail

      • WebAppDeployerException

        public WebAppDeployerException​(String msg)
        Constructs a new exception with the specified message
        Parameters:
        msg - The descriptive message.
      • WebAppDeployerException

        public WebAppDeployerException​(String msg,
                                       Throwable cause)
        Constructs a new exception with the specified message, and the original exception or error
        Parameters:
        msg - The descriptive message.
        cause - The original exception or error.