org.lastbamboo.common.ice
Class IceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.lastbamboo.common.ice.IceException
- All Implemented Interfaces:
- Serializable
public class IceException
- extends Exception
Exception for an inability to connect to ICE candidates.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IceException
public IceException(String msg)
- Creates a new ICE exception.
- Parameters:
msg - The message explaining the exception.
IceException
public IceException(String message,
Throwable cause)
- Creates a new ICE exception.
- Parameters:
message - The exception message.cause - The exception that caused this exception.
Copyright © 2013 LittleShoot. All Rights Reserved.