com.alibaba.dubbo.rpc.service
Class GenericException

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

public class GenericException
extends RuntimeException

GenericException

Author:
william.liangf
See Also:
Serialized Form

Constructor Summary
GenericException()
           
GenericException(String exceptionClass, String exceptionMessage)
           
GenericException(Throwable cause)
           
 
Method Summary
 String getExceptionClass()
           
 String getExceptionMessage()
           
 void setExceptionClass(String exceptionClass)
           
 void setExceptionMessage(String exceptionMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenericException

public GenericException()

GenericException

public GenericException(String exceptionClass,
                        String exceptionMessage)

GenericException

public GenericException(Throwable cause)
Method Detail

getExceptionClass

public String getExceptionClass()

setExceptionClass

public void setExceptionClass(String exceptionClass)

getExceptionMessage

public String getExceptionMessage()

setExceptionMessage

public void setExceptionMessage(String exceptionMessage)


Copyright © 2012–2017 Alibaba. All rights reserved.