-
- 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 intUNAUTHORIZEDpublic final static intSERVER_ERRORpublic final static StringVERSIONpublic final interrorCode
-
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
-
-