Class VelocityEmailException

    • Constructor Detail

      • VelocityEmailException

        public VelocityEmailException()
        Constructs a new VelocityEmailException without specified detail message.
      • VelocityEmailException

        public VelocityEmailException​(String msg)
        Constructs a new VelocityEmailException with specified detail message.
        Parameters:
        msg - The error message.
      • VelocityEmailException

        public VelocityEmailException​(Throwable nested)
        Constructs a new VelocityEmailException with specified nested Throwable.
        Parameters:
        nested - The exception or error that caused this exception to be thrown.
      • VelocityEmailException

        public VelocityEmailException​(String msg,
                                      Throwable nested)
        Constructs a new VelocityEmailException with specified detail message and nested Throwable.
        Parameters:
        msg - The error message.
        nested - The exception or error that caused this exception to be thrown.