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

public class BaseException extends RuntimeException
Author:
mjz
See Also:
  • Constructor Details

    • 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)