Class JSONWebServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.json.web.service.client.JSONWebServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JSONWebServiceInvocationException,JSONWebServiceSerializeException,JSONWebServiceTransportException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSONWebServiceException(String message) JSONWebServiceException(String message, int status) JSONWebServiceException(String message, int status, Throwable throwable) JSONWebServiceException(String message, Throwable throwable) JSONWebServiceException(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace