dk.i1.diameter.node
Class UnsupportedTransportProtocolException

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

public class UnsupportedTransportProtocolException
extends Exception

Unsupported transport protocol exception. This exception is thrown when Node.start() is called and one of the mandatory transport protocols are not supported.

See Also:
Serialized Form

Constructor Summary
UnsupportedTransportProtocolException(String message)
           
UnsupportedTransportProtocolException(String message, Throwable ex)
           
 
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

UnsupportedTransportProtocolException

public UnsupportedTransportProtocolException(String message)

UnsupportedTransportProtocolException

public UnsupportedTransportProtocolException(String message,
                                             Throwable ex)