Package org.rhq.enterprise.communications.util

Examples of org.rhq.enterprise.communications.util.NotProcessedException


     * {@link NotProcessedException}.
     *
     * @see CommandListener#receivedCommand(Command)
     */
    public void receivedCommand(Command command) {
        throw new NotProcessedException(reason);
    }
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.communications.util.NotProcessedException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.