Class UnsupportedOperationException

    • Constructor Detail

      • UnsupportedOperationException

        public UnsupportedOperationException()
        Creates a new exception with no message. Here the stacktrace serves as the main information since it has the method which was invoked causing this exception.
      • UnsupportedOperationException

        public UnsupportedOperationException​(String message)
        Creates a new exception with the given localized message.
        Parameters:
        message -
      • UnsupportedOperationException

        public UnsupportedOperationException​(String message,
                                             Throwable throwable)
        Creates a new exception with the given localized message and the cause for this exception.
        Parameters:
        message -
        throwable -