org.lastbamboo.common.ice
Class IceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
IceException(String msg)
          Creates a new ICE exception.
IceException(String message, Throwable cause)
          Creates a new ICE 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

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.