Package com.day.cq.dam.scene7.api.model
Class IpsApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.day.cq.dam.scene7.api.model.IpsApiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException,AuthorizationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIpsApiException(int code, String reason, String ipsApiMethodName) IpsApiException(String message) IpsApiException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IpsApiException
-
IpsApiException
-
IpsApiException
-
-
Method Details
-
getCode
public int getCode()- Returns:
- the code
-
getReason
- Returns:
- the reason
-
getIpsApiMethodName
- Returns:
- the IPS API method where fault occurred
-