Class AsyncSQLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ptsmods.mysqlw.AsyncSQLException
All Implemented Interfaces:
Serializable

public class AsyncSQLException extends Exception
See Also:
  • Constructor Details

  • Method Details

    • getStackTrace

      public StackTraceElement[] getStackTrace()
      Overrides:
      getStackTrace in class Throwable
    • getCause

      @Deprecated public Throwable getCause()
      Deprecated.
      This is only meant for the automatic stacktrace printing by #printStackTrace() and loggers. For the actual exception that caused all this, use getException().
      Overrides:
      getCause in class Throwable
      Returns:
      The tracing exception leading to the method that made the async call.
    • getException

      public Throwable getException()
      Returns:
      the original exception this exception was wrapped around.