org.smartcomps.twister.common.persistence
Class DBSessionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.common.persistence.DBSessionException
All Implemented Interfaces:
java.io.Serializable

public class DBSessionException
extends java.lang.Exception

Thrown when an exception occurs when dealing with sessions and transactions. Mostly DB related exceptions.

See Also:
Serialized Form

Constructor Summary
DBSessionException(java.lang.String s)
           
DBSessionException(java.lang.String s, java.lang.Throwable throwable)
           
DBSessionException(java.lang.Throwable throwable)
           
 
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

DBSessionException

public DBSessionException(java.lang.String s)

DBSessionException

public DBSessionException(java.lang.String s,
                          java.lang.Throwable throwable)

DBSessionException

public DBSessionException(java.lang.Throwable throwable)


Copyright © 2003 SmartComps. All Rights Reserved.