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

public class JSONWebServiceException extends Exception
See Also:
  • Constructor Details

    • JSONWebServiceException

      public JSONWebServiceException(String message)
    • JSONWebServiceException

      public JSONWebServiceException(String message, int status)
    • JSONWebServiceException

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

      public JSONWebServiceException(String message, Throwable throwable)
    • JSONWebServiceException

      public JSONWebServiceException(Throwable throwable)
  • Method Details

    • getStatus

      public int getStatus()
    • setStatus

      public void setStatus(int status)
    • toString

      public String toString()
      Overrides:
      toString in class Throwable