Class NotSupportedException

    • Constructor Detail

      • NotSupportedException

        public NotSupportedException​(String message)
        Constructor
        Parameters:
        message - exception message
      • NotSupportedException

        public NotSupportedException​(String message,
                                     Throwable cause)
        Constructor
        Parameters:
        message - exception message
        cause - exception cause
      • NotSupportedException

        public NotSupportedException​(Throwable cause)
        Constructor
        Parameters:
        cause - exception cause