Package com.day.cq.dam.scene7.api.model
Class AuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.day.cq.dam.scene7.api.model.IpsApiException
-
- com.day.cq.dam.scene7.api.model.AuthorizationException
-
- All Implemented Interfaces:
Serializable
public class AuthorizationException extends IpsApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationException(int code, String reason, String ipsApiMethodName)
-
Method Summary
-
Methods inherited from class com.day.cq.dam.scene7.api.model.IpsApiException
getCode, getIpsApiMethodName, getReason
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-