Class JSONWebServiceTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.json.web.service.client.JSONWebServiceException
com.liferay.portal.json.web.service.client.JSONWebServiceTransportException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JSONWebServiceTransportException.AuthenticationFailure,JSONWebServiceTransportException.CommunicationFailure,JSONWebServiceTransportException.SigningFailure
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionJSONWebServiceTransportException(String message) JSONWebServiceTransportException(String message, int status) JSONWebServiceTransportException(String message, Throwable throwable) JSONWebServiceTransportException(Throwable throwable) -
Method Summary
Methods inherited from class com.liferay.portal.json.web.service.client.JSONWebServiceException
getStatus, setStatus, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JSONWebServiceTransportException
-
JSONWebServiceTransportException
-
JSONWebServiceTransportException
-
JSONWebServiceTransportException
-