it.geosolutions.geobatch.users.dao
Class DAOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.geosolutions.geobatch.users.dao.DAOException
All Implemented Interfaces:
java.io.Serializable

public class DAOException
extends java.lang.Exception
implements java.io.Serializable

Author:
giuseppe
See Also:
Serialized Form

Constructor Summary
DAOException()
           
DAOException(java.lang.Exception e)
           
DAOException(java.lang.String message)
           
DAOException(java.lang.Throwable e)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

DAOException

public DAOException()

DAOException

public DAOException(java.lang.String message)

DAOException

public DAOException(java.lang.Exception e)

DAOException

public DAOException(java.lang.Throwable e)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.