org.jvnet.hk2.config
Class NotProcessed

java.lang.Object
  extended by 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 Summary
NotProcessed(String reason)
           
 
Method Summary
 String getReason()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotProcessed

public NotProcessed(String reason)
Method Detail

getReason

public String getReason()


Copyright © 2013 Oracle Corporation. All Rights Reserved.