com.alibaba.druid
Class DruidRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.alibaba.druid.DruidRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SQLParseException

public class DruidRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
DruidRuntimeException()
           
DruidRuntimeException(String message)
           
DruidRuntimeException(String message, Throwable cause)
           
DruidRuntimeException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DruidRuntimeException

public DruidRuntimeException()

DruidRuntimeException

public DruidRuntimeException(String message,
                             Throwable cause)

DruidRuntimeException

public DruidRuntimeException(String message)

DruidRuntimeException

public DruidRuntimeException(Throwable cause)


Copyright © 2012 Alibaba Group. All Rights Reserved.