Package com.ptsmods.mysqlw
Class AsyncSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ptsmods.mysqlw.AsyncSQLException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AsyncSQLException
-
-
Method Details
-
getStackTrace
- Overrides:
getStackTrace
in classThrowable
-
getCause
Deprecated.This is only meant for the automatic stacktrace printing by #printStackTrace() and loggers. For the actual exception that caused all this, usegetException()
. -
getException
- Returns:
- the original exception this exception was wrapped around.
-