Class NotImplementedException

    • Constructor Detail

      • NotImplementedException

        public NotImplementedException​(String message)
        Constructs new NotImplementedException with the specified detail message.
        Parameters:
        message - The detail message
      • NotImplementedException

        public NotImplementedException​(String message,
                                       Throwable cause)
        Constructs new NotImplementedException with the specified detail message and cause.
        Parameters:
        message - The detail message
        cause - The cause