Class NotSupportedMethodException

    • Constructor Detail

      • NotSupportedMethodException

        public NotSupportedMethodException()
      • NotSupportedMethodException

        public NotSupportedMethodException​(String message)
      • NotSupportedMethodException

        public NotSupportedMethodException​(Throwable cause)
      • NotSupportedMethodException

        public NotSupportedMethodException​(String message,
                                           Throwable cause)
      • NotSupportedMethodException

        public NotSupportedMethodException​(String message,
                                           Throwable cause,
                                           boolean enableSuppression,
                                           boolean writableStackTrace)