java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.ordinaryroad.live.chat.client.commons.base.exception.BaseException
所有已实现的接口:
Serializable

public class BaseException extends RuntimeException
作者:
mjz
另请参阅:
  • 构造器详细资料

    • BaseException

      public BaseException()
    • BaseException

      public BaseException(String message)
    • BaseException

      public BaseException(String message, Throwable cause)
    • BaseException

      public BaseException(Throwable cause)
    • BaseException

      public BaseException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)