Class DnsCacheManipulatorException

    • Constructor Detail

      • DnsCacheManipulatorException

        public DnsCacheManipulatorException​(String message)
        Constructs a DnsCacheManipulatorException with the specified detail message.
        Parameters:
        message - the detail message.
      • DnsCacheManipulatorException

        public DnsCacheManipulatorException​(String message,
                                            Throwable cause)
        Constructs a DnsCacheManipulatorException with the specified detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).