Class DeployerException

    • Constructor Detail

      • DeployerException

        public DeployerException()
      • DeployerException

        public DeployerException​(Throwable cause)
      • DeployerException

        public DeployerException​(String message)
      • DeployerException

        public DeployerException​(String message,
                                 Throwable cause)
    • Method Detail

      • getMessage

        public String getMessage()
        Return the detail message, including the message from the nested exception if there is one.
        Overrides:
        getMessage in class Throwable