net.shrine.sheriff.controller
Class SheriffDAOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.shrine.sheriff.model.SheriffException
              extended by net.shrine.sheriff.controller.SheriffDAOException
All Implemented Interfaces:
Serializable

public class SheriffDAOException
extends net.shrine.sheriff.model.SheriffException

Author:
Andrew McMurry
See Also:
Serialized Form

Constructor Summary
SheriffDAOException()
           
SheriffDAOException(String message)
           
SheriffDAOException(String message, Throwable cause)
           
SheriffDAOException(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
 

Constructor Detail

SheriffDAOException

public SheriffDAOException()

SheriffDAOException

public SheriffDAOException(String message,
                           Throwable cause)

SheriffDAOException

public SheriffDAOException(String message)

SheriffDAOException

public SheriffDAOException(Throwable cause)


Copyright © 2011. All Rights Reserved.