org.midao.jdbc.core.exception
Class MidaoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.midao.jdbc.core.exception.MidaoException
All Implemented Interfaces:
java.io.Serializable

public class MidaoException
extends java.lang.Exception

Default Midao Exception which can be caught and mitigated

See Also:
Serialized Form

Constructor Summary
MidaoException()
          Creates new MidaoException instance
MidaoException(java.lang.String message)
          Creates new MidaoException instance
MidaoException(java.lang.String message, java.lang.Throwable cause)
          Creates new MidaoException instance
MidaoException(java.lang.Throwable cause)
          Creates new MidaoException instance
 
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

MidaoException

public MidaoException()
Creates new MidaoException instance


MidaoException

public MidaoException(java.lang.String message)
Creates new MidaoException instance

Parameters:
message - description of this exception

MidaoException

public MidaoException(java.lang.Throwable cause)
Creates new MidaoException instance

Parameters:
cause - Throwable cause

MidaoException

public MidaoException(java.lang.String message,
                      java.lang.Throwable cause)
Creates new MidaoException instance

Parameters:
message - description of this exception
cause - Throwable cause


Copyright © 2013. All Rights Reserved.