Class GigyaApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.servicelayer.exceptions.SystemException
de.hybris.platform.gigya.gigyaservices.api.exception.GigyaApiException
- All Implemented Interfaces:
Serializable
public class GigyaApiException
extends de.hybris.platform.servicelayer.exceptions.SystemException
Gigya API exception class
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGigyaApiException(String message) GigyaApiException(String message, int gigyaErrorCode) GigyaApiException(String message, int gigyaErrorCode, Throwable cause) GigyaApiException(String message, Throwable cause) GigyaApiException(Throwable cause, int gigyaErrorCode) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GigyaApiException
-
GigyaApiException
-
GigyaApiException
-
GigyaApiException
-
GigyaApiException
-
-
Method Details
-
getGigyaErrorCode
public int getGigyaErrorCode()
-