dk.i1.diameter.node
Class UnsupportedURIException

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

public class UnsupportedURIException
extends Exception

Thrown when giving Peer.Peer(URI) or Peer.fromURIString(String) an unsupported URI.

See Also:
Serialized Form

Constructor Summary
UnsupportedURIException(String message)
           
UnsupportedURIException(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

UnsupportedURIException

public UnsupportedURIException(String message)

UnsupportedURIException

public UnsupportedURIException(Throwable cause)