Class UnsupportedRequestException

  • All Implemented Interfaces:
    Serializable

    @Beta
    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.
    Author:
    Robert Varga
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedRequestException

        public UnsupportedRequestException​(Request<?,​?> request)