com.ibm.connections.spi
Class ConnectionsRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.connections.spi.ConnectionsRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionsRuntimeException
extends java.lang.RuntimeException

General runtime exception.

See Also:
Serialized Form

Constructor Summary
ConnectionsRuntimeException()
           
ConnectionsRuntimeException(java.lang.String message)
           
ConnectionsRuntimeException(java.lang.String message, java.lang.Throwable t)
           
ConnectionsRuntimeException(java.lang.Throwable t)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionsRuntimeException

public ConnectionsRuntimeException()

ConnectionsRuntimeException

public ConnectionsRuntimeException(java.lang.String message)

ConnectionsRuntimeException

public ConnectionsRuntimeException(java.lang.Throwable t)

ConnectionsRuntimeException

public ConnectionsRuntimeException(java.lang.String message,
                                   java.lang.Throwable t)