Class UnsupportedRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.controller.cluster.access.concepts.RequestException
org.opendaylight.controller.cluster.access.concepts.UnsupportedRequestException
All Implemented Interfaces:
Serializable

public final class UnsupportedRequestException extends RequestException
General error raised when the recipient of a Request determines that it does not know how to handle the request.
See Also:
  • Constructor Details

    • UnsupportedRequestException

      public UnsupportedRequestException(Request<?,?> request)
  • Method Details