Class WhoisException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.network.whois.WhoisException
All Implemented Interfaces:
Serializable

public class WhoisException extends Exception
Author:
Joern Muehlencord (joern@muehlencord.de)
See Also:
  • Constructor Details

    • WhoisException

      public WhoisException(String msg)
      Constructs an instance of WhoisException with the specified detail message.
      Parameters:
      msg - the detail message.
    • WhoisException

      public WhoisException(String msg, Throwable th)
      Constructs an instance of WhoisException with the specified detail message.
      Parameters:
      msg - the detail message.
      th - the root cause of this exception