Class ICPException

    • Constructor Detail

      • ICPException

        public ICPException​(String msg)
        Parameters:
        msg - A message detailing the cause of the exception.
      • ICPException

        public ICPException​(String msg,
                            Throwable t)
        Parameters:
        msg - A message detailing the cause of the exception.
        t - The exception wrapped by this object.