public class Dubbo2GenericExceptionUtils extends Object
| Constructor and Description |
|---|
Dubbo2GenericExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GenericException> |
getGenericExceptionClass() |
static boolean |
isGenericExceptionClassLoaded() |
static GenericException |
newGenericException() |
static GenericException |
newGenericException(String exceptionMessage) |
static GenericException |
newGenericException(String exceptionClass,
String exceptionMessage) |
static GenericException |
newGenericException(String message,
Throwable cause,
String exceptionClass,
String exceptionMessage) |
static GenericException |
newGenericException(Throwable cause) |
public static boolean isGenericExceptionClassLoaded()
public static Class<? extends GenericException> getGenericExceptionClass()
public static GenericException newGenericException()
public static GenericException newGenericException(String exceptionMessage)
public static GenericException newGenericException(String exceptionClass, String exceptionMessage)
public static GenericException newGenericException(Throwable cause)
public static GenericException newGenericException(String message, Throwable cause, String exceptionClass, String exceptionMessage)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.