dk.i1.diameter.node
Class EmptyHostNameException

Object
  extended by Throwable
      extended by Exception
          extended by dk.i1.diameter.node.EmptyHostNameException
All Implemented Interfaces:
java.io.Serializable

public class EmptyHostNameException
extends Exception

A peer hostname was empty. This exception is thrown when trying to construct a Peer with an empty hostname.

See Also:
Serialized Form

Constructor Summary
EmptyHostNameException()
           
EmptyHostNameException(String message)
           
EmptyHostNameException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyHostNameException

public EmptyHostNameException()

EmptyHostNameException

public EmptyHostNameException(String message)

EmptyHostNameException

public EmptyHostNameException(Throwable cause)