com.ezprotocols.ezwhois
Class EzWhoisException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ezprotocols.ezwhois.EzWhoisException
All Implemented Interfaces:
java.io.Serializable

public class EzWhoisException
extends java.lang.Exception

EzWhoisException is thrown when a problem occurs during communication with the Whois server.

See Also:
Serialized Form

Constructor Summary
EzWhoisException()
          Creates an empty exception.
EzWhoisException(java.lang.String description)
          Creates an exception with a description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EzWhoisException

public EzWhoisException()
Creates an empty exception.

EzWhoisException

public EzWhoisException(java.lang.String description)
Creates an exception with a description.


Copyright © EzProtocols.com All Rights Reserved.