com.pecasim.base.database
Class DatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pecasim.base.AbstractException
              extended by com.pecasim.base.database.DatabaseException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseException
extends AbstractException

Author:
cbu
See Also:
Serialized Form

Constructor Summary
DatabaseException(java.lang.Class<?> aSource, java.lang.String aMethod, MSGCODE aMessageCode, java.lang.String... aParam)
           
DatabaseException(java.lang.Class<?> aSource, java.lang.String aMethod, MSGCODE aMessageCode, java.lang.Throwable aCause, java.lang.String... aParamArray)
           
 
Method Summary
 
Methods inherited from class com.pecasim.base.AbstractException
getMessageCode, getMethod, getParams, getShortMessage, getSource
 
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

DatabaseException

public DatabaseException(java.lang.Class<?> aSource,
                         java.lang.String aMethod,
                         MSGCODE aMessageCode,
                         java.lang.String... aParam)
Parameters:
aSource -
aMethod -
aMessageCode -
aParam -

DatabaseException

public DatabaseException(java.lang.Class<?> aSource,
                         java.lang.String aMethod,
                         MSGCODE aMessageCode,
                         java.lang.Throwable aCause,
                         java.lang.String... aParamArray)
Parameters:
aSource -
aMethod -
aMessageCode -
aCause -
aParamArray -