Package jade.mtp

Class MTPException

    • Constructor Detail

      • MTPException

        public MTPException​(String msg)
        Constructor for exception class.
        Parameters:
        msg - A message detailing the cause of the exception.
      • MTPException

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