Class OkapiUserCanceledException

    • Constructor Detail

      • OkapiUserCanceledException

        public OkapiUserCanceledException()
        Creates an empty new OkapiUnsupportedEncodingException object.
      • OkapiUserCanceledException

        public OkapiUserCanceledException​(String message)
        Creates a new OkapiUnsupportedEncodingException object with a given message.
        Parameters:
        message - text of the message.
      • OkapiUserCanceledException

        public OkapiUserCanceledException​(Throwable cause)
        Creates a new OkapiUnsupportedEncodingException object with a given parent exception cause.
        Parameters:
        cause - the parent exception cause.
      • OkapiUserCanceledException

        public OkapiUserCanceledException​(String message,
                                          Throwable cause)
        Creates a new OkapiUnsupportedEncodingException object with a given message and a given parent exception cause.
        Parameters:
        message - the message.
        cause - the cause.