Package org.apache.dubbo.rpc.service
Class GenericException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.dubbo.rpc.service.GenericException
- All Implemented Interfaces:
Serializable
GenericException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGenericException(String exceptionMessage) GenericException(String exceptionClass, String exceptionMessage) GenericException(String message, Throwable cause, String exceptionClass, String exceptionMessage) GenericException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExceptionClass(String exceptionClass) voidsetExceptionMessage(String exceptionMessage) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GenericException
public GenericException() -
GenericException
-
GenericException
-
GenericException
-
GenericException
-
-
Method Details
-
getExceptionClass
-
setExceptionClass
-
getExceptionMessage
-
setExceptionMessage
-