org.midao.jdbc.core.exception
Class MidaoRuntimeException

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

public class MidaoRuntimeException
extends java.lang.RuntimeException

Default Midao Exception thrown due to internal logic errors

See Also:
Serialized Form

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

MidaoRuntimeException

public MidaoRuntimeException()
Creates new MidaoRuntimeException instance


MidaoRuntimeException

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

Parameters:
message - description of this exception

MidaoRuntimeException

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

Parameters:
cause - Throwable cause

MidaoRuntimeException

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

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


Copyright © 2013. All Rights Reserved.