Class SystemMessageException

    • Constructor Detail

      • SystemMessageException

        public SystemMessageException​(String msg)
        Constructs a new SystemMessageException with the specified detail message.
        Parameters:
        msg - the detail message.
      • SystemMessageException

        public SystemMessageException​(String msg,
                                      Throwable cause)
        Constructs a new SystemMessageException with the specified detail message and cause.
        Parameters:
        msg - the detail message.
        cause - the cause of the exception.
      • SystemMessageException

        public SystemMessageException​(Throwable cause)
        Constructs a new SystemMessageException from another exception.
        Parameters:
        cause - the cause of the exception.