Class ApplicationException

    • Constructor Detail

      • ApplicationException

        public ApplicationException​(Enum<?> error)
        Constructor for an ApplicationException with an error enum.
        Parameters:
        error - error enum to be reported
      • ApplicationException

        public ApplicationException​(Enum<?> error,
                                    String message,
                                    com.fasterxml.jackson.databind.deser.std.StdDeserializer<ApplicationException> deserializer)
        DO NOT USE Constructor for deserializer
      • ApplicationException

        public ApplicationException​(Enum<?> error,
                                    String message)
        Constructor for an ApplicationException with an error enum and detail message.
        Parameters:
        error - error enum to be reported
        message - description of the reported error