Class ExceptionRequest

  • All Implemented Interfaces:
    Request

    public class ExceptionRequest
    extends AbstractCARequest
    CA exception (error) response. NOTE: extended header not supported (error messages are not so long).
    Version:
    $id$
    Author:
    Matej Sekoranja
    • Constructor Detail

      • ExceptionRequest

        public ExceptionRequest​(Transport transport,
                                int cid,
                                CAStatus errorCode,
                                ByteBuffer previousHeader,
                                String errorMessage)
        Parameters:
        transport - to be used when sending.
        cid - channel id
        errorCode - CAStatus
        previousHeader - previous header
        errorMessage - error message