Class NotProcessed


  • public final class NotProcessed
    extends Object
    An explanation of a change could not be processed. Generally, 'null' means a change was processed, so create this class only if a change could not be processed.
    Author:
    Lloyd Chambers
    • Constructor Detail

      • NotProcessed

        public NotProcessed​(String reason)
    • Method Detail

      • getReason

        public String getReason()