com.alibaba.druid
Class DruidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alibaba.druid.DruidException
All Implemented Interfaces:
Serializable

public class DruidException
extends Exception

See Also:
Serialized Form

Constructor Summary
DruidException()
           
DruidException(String message)
           
DruidException(String message, Throwable cause)
           
DruidException(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

DruidException

public DruidException()

DruidException

public DruidException(String message,
                      Throwable cause)

DruidException

public DruidException(String message)

DruidException

public DruidException(Throwable cause)


Copyright © 2012 Alibaba Group. All Rights Reserved.