Class JSONWebServiceInvocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.json.web.service.client.JSONWebServiceException
com.liferay.portal.json.web.service.client.JSONWebServiceInvocationException
All Implemented Interfaces:
Serializable

public class JSONWebServiceInvocationException extends JSONWebServiceException
See Also:
  • Constructor Details

    • JSONWebServiceInvocationException

      public JSONWebServiceInvocationException(String message)
    • JSONWebServiceInvocationException

      public JSONWebServiceInvocationException(String message, int status)
    • JSONWebServiceInvocationException

      public JSONWebServiceInvocationException(String message, int status, Throwable throwable)
    • JSONWebServiceInvocationException

      public JSONWebServiceInvocationException(String message, Throwable throwable)
    • JSONWebServiceInvocationException

      public JSONWebServiceInvocationException(Throwable throwable)