Class InvalidRemoteException

    • Constructor Detail

      • InvalidRemoteException

        public InvalidRemoteException​(String msg)
        Constructor for InvalidRemoteException
        Parameters:
        msg - message describing the invalid remote.
      • InvalidRemoteException

        public InvalidRemoteException​(String msg,
                                      Throwable cause)
        Constructor for InvalidRemoteException
        Parameters:
        msg - message describing the invalid remote.
        cause - why the remote is invalid.