Package org.apache.dubbo.common.compact
Class Dubbo2GenericExceptionUtils
java.lang.Object
org.apache.dubbo.common.compact.Dubbo2GenericExceptionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Class<? extends GenericException> static booleanstatic GenericExceptionstatic GenericExceptionnewGenericException(String exceptionMessage) static GenericExceptionnewGenericException(String exceptionClass, String exceptionMessage) static GenericExceptionnewGenericException(String message, Throwable cause, String exceptionClass, String exceptionMessage) static GenericExceptionnewGenericException(Throwable cause)
-
Constructor Details
-
Dubbo2GenericExceptionUtils
public Dubbo2GenericExceptionUtils()
-
-
Method Details
-
isGenericExceptionClassLoaded
public static boolean isGenericExceptionClassLoaded() -
getGenericExceptionClass
-
newGenericException
-
newGenericException
-
newGenericException
-
newGenericException
-
newGenericException
public static GenericException newGenericException(String message, Throwable cause, String exceptionClass, String exceptionMessage)
-