blob: 5b90f27dc5b33e29d0db41278e91f1c949890d4f [file] [log] [blame]
package net.onrc.onos.api.intent;
/**
* The base class of an exception thrown during intent resolution.
*/
public class IntentResolutionException extends Exception {
}