Class GenericException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.dubbo.rpc.service.GenericException
com.alibaba.dubbo.rpc.service.GenericException
All Implemented Interfaces:
Serializable

@Deprecated public class GenericException extends org.apache.dubbo.rpc.service.GenericException
Deprecated.
See Also:
  • Constructor Details

    • GenericException

      public GenericException()
      Deprecated.
    • GenericException

      public GenericException(String exceptionMessage)
      Deprecated.
    • GenericException

      public GenericException(String exceptionClass, String exceptionMessage)
      Deprecated.
    • GenericException

      public GenericException(Throwable cause)
      Deprecated.
    • GenericException

      public GenericException(String message, Throwable cause, String exceptionClass, String exceptionMessage)
      Deprecated.