Class JSONWebServiceTransportException.AuthenticationFailure
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.AuthenticationFailure
- All Implemented Interfaces:
Serializable
- Enclosing class:
JSONWebServiceTransportException
public static class JSONWebServiceTransportException.AuthenticationFailure
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
ConstructorsConstructorDescriptionAuthenticationFailure(String message) AuthenticationFailure(String message, Throwable throwable) AuthenticationFailure(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
-
AuthenticationFailure
-
AuthenticationFailure
-
AuthenticationFailure
-