Class MarkUnsupportedException

    • Constructor Detail

      • MarkUnsupportedException

        public MarkUnsupportedException()

        Constructor

      • MarkUnsupportedException

        public MarkUnsupportedException​(String msg)

        Constructor

        Parameters:
        msg - The exception's message string
      • MarkUnsupportedException

        public MarkUnsupportedException​(Throwable reason)

        Constructor

        Parameters:
        reason - This exception's underlying reason
      • MarkUnsupportedException

        public MarkUnsupportedException​(String msg,
                                        Throwable reason)

        Constructor

        Parameters:
        msg - The exception's message string
        reason - This exception's underlying reason