-
- All Implemented Interfaces:
-
java.io.Serializable
public class TdsBaseException extends Exception
created by Qiankun on 2020/9/15.
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
UNAUTHORIZED
public final static int
SERVER_ERROR
public final static String
VERSION
public final int
errorCode
-
Constructor Summary
Constructors Constructor Description TdsBaseException(String message)
TdsBaseException(String message, int errorCode)
TdsBaseException(String message, Throwable cause)
TdsBaseException(Throwable cause)
TdsBaseException(Throwable cause, int errorCode)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-