com.skype.connector
Class NotAttachedException

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

public final class NotAttachedException
extends ConnectorException

This exception will be thrown when a command is sent to a connector but when the connector isn't connected.

See Also:
Serialized Form

Method Summary
 Connector.Status getStatus()
          Return the status at the moment of the exception.
 
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
 

Method Detail

getStatus

public Connector.Status getStatus()
Return the status at the moment of the exception.

Returns:
Status.


Copyright © 2004-2011. All Rights Reserved.