org.jvnet.hk2.config
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotProcessed
public NotProcessed(String reason)
getReason
public String getReason()
Copyright © 2013 Oracle Corporation. All Rights Reserved.