Class ClientException

  • All Implemented Interfaces:
    Serializable

    public class ClientException
    extends Exception
    The ClientException is thrown to indicate that there is an error in using the client detection module.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientException

        public ClientException()
        Default constructor
      • ClientException

        public ClientException​(String msg)
        Constructs a new ClientException with detailed message.
        Parameters:
        msg - The detailed message