com.skype.connector
Class TimeOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.skype.connector.ConnectorException
              extended by com.skype.connector.TimeOutException
All Implemented Interfaces:
Serializable

public final class TimeOutException
extends ConnectorException

This exception is thrown when a connector is working with a timeout. Like initializing and connecting.

See Also:
Serialized Form

Constructor Summary
TimeOutException(String message)
          Constructor.
 
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

TimeOutException

public TimeOutException(String message)
Constructor.

Parameters:
message - Exception message.


Copyright © 2004-2011. All Rights Reserved.