org.lastbamboo.common.ice
Class IceUdpConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.