ss.classes.dao
Class SSDAOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ss.classes.dao.SSDAOException
All Implemented Interfaces:
java.io.Serializable

public class SSDAOException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SSDAOException()
           
SSDAOException(java.lang.String arg)
           
SSDAOException(java.lang.String arg, java.lang.Throwable arg1)
           
SSDAOException(java.lang.Throwable arg)
           
 
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

SSDAOException

public SSDAOException()

SSDAOException

public SSDAOException(java.lang.String arg)

SSDAOException

public SSDAOException(java.lang.Throwable arg)

SSDAOException

public SSDAOException(java.lang.String arg,
                      java.lang.Throwable arg1)