Class JSONWebServiceTransportException.SigningFailure
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
com.liferay.portal.json.web.service.client.JSONWebServiceTransportException.SigningFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
JSONWebServiceTransportException
public static class JSONWebServiceTransportException.SigningFailure
extends JSONWebServiceTransportException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.liferay.portal.json.web.service.client.JSONWebServiceTransportException
JSONWebServiceTransportException.AuthenticationFailure, JSONWebServiceTransportException.CommunicationFailure, JSONWebServiceTransportException.SigningFailure -
Constructor Summary
ConstructorsConstructorDescriptionSigningFailure(String message, int status) SigningFailure(String message, Throwable throwable) SigningFailure(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
-
SigningFailure
-
SigningFailure
-
SigningFailure
-