Class NotProcessed

java.lang.Object
org.jvnet.hk2.config.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 Details

    • NotProcessed

      public NotProcessed(String reason)
  • Method Details

    • getReason

      public String getReason()