org.tbee.swing.connector
Class ConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.tbee.swing.connector.ConnectorException
All Implemented Interfaces:
java.io.Serializable

public class ConnectorException
extends java.lang.RuntimeException

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Field Summary
static java.lang.String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
ConnectorException()
           
ConnectorException(java.lang.String message)
           
ConnectorException(java.lang.String message, java.lang.Throwable cause)
           
ConnectorException(java.lang.Throwable 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
 

Field Detail

SOURCECODE_VERSION

public static final java.lang.String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

ConnectorException

public ConnectorException()

ConnectorException

public ConnectorException(java.lang.String message)
Parameters:
message -

ConnectorException

public ConnectorException(java.lang.String message,
                          java.lang.Throwable cause)
Parameters:
message -
cause -

ConnectorException

public ConnectorException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2010. All Rights Reserved.