Class NotImplementedException

    • Constructor Detail

      • NotImplementedException

        public NotImplementedException​(String message)
        Constructs a NotImplementedException with the specified detail message.
      • NotImplementedException

        public NotImplementedException​(List<String> messages)
        Constructs a NotImplementedException with the specified detail messages.
      • NotImplementedException

        public NotImplementedException​(Throwable cause)
        Constructs a NotImplementedException with the specified cause.
      • NotImplementedException

        public NotImplementedException​(String message,
                                       Throwable cause)
        Constructs a NotImplementedException with the specified detail message and cause.
      • NotImplementedException

        public NotImplementedException​(List<String> messages,
                                       Throwable cause)
        Constructs a NotImplementedException with the specified detail messages and cause.