org.xbill.DNS
Class RelativeNameException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byorg.xbill.DNS.RelativeNameException
All Implemented Interfaces:
Serializable

public class RelativeNameException
extends IllegalArgumentException

An exception thrown when a relative name is passed as an argument to a method requiring an absolute name.

Author:
Brian Wellington
See Also:
Serialized Form

Constructor Summary
RelativeNameException(Name name)
           
RelativeNameException(String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RelativeNameException

public RelativeNameException(Name name)

RelativeNameException

public RelativeNameException(String s)