org.lastbamboo.common.ice
Class IceUdpConnectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.lastbamboo.common.ice.IceUdpConnectException
All Implemented Interfaces:
Serializable

public class IceUdpConnectException
extends Exception

Exception for when we can't establish a UDP peer for ICE.

See Also:
Serialized Form

Constructor Summary
IceUdpConnectException(String message, IOException cause)
          Creates a new UDP connection exception.
 
Method Summary
 
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

IceUdpConnectException

public IceUdpConnectException(String message,
                              IOException cause)
Creates a new UDP connection exception.

Parameters:
message - The error message.
cause - The cause.


Copyright © 2013 LittleShoot. All Rights Reserved.