Class BaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.ordinaryroad.live.chat.client.commons.base.exception.BaseException
- All Implemented Interfaces:
Serializable
- Author:
- mjz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBaseException(String message) BaseException(String message, Throwable cause) BaseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) BaseException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseException
public BaseException() -
BaseException
-
BaseException
-
BaseException
-
BaseException
-