com.skype.connector
Class ConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.skype.connector.ConnectorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LoadLibraryException, NotAttachedException, TimeOutException

public class ConnectorException
extends Exception

Exception class which connectors can throw.

See Also:
Serialized Form

Constructor Summary
ConnectorException()
          Constructor.
ConnectorException(String message)
          Constructor with message.
ConnectorException(String message, Throwable cause)
          Constructor with message and cause.
 
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

ConnectorException

public ConnectorException()
Constructor.


ConnectorException

public ConnectorException(String message)
Constructor with message.

Parameters:
message - The exception message.

ConnectorException

public ConnectorException(String message,
                          Throwable cause)
Constructor with message and cause.

Parameters:
message - The exception message.
cause - The cause exception.


Copyright © 2004-2011. All Rights Reserved.