Class CSRFClientProvidingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.emc.documentum.rest.security.exception.CSRFClientProvidingException
- All Implemented Interfaces:
Serializable
CSRF exception caused by client side CSRF generation
- See Also:
-
Constructor Summary
ConstructorDescriptionCSRFClientProvidingException
(String code, Object... args) ConstructorCSRFClientProvidingException
(Throwable e, String code, Object... args) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSRFClientProvidingException
Constructor- Parameters:
code
- message code to send backargs
- arguments for the message code
-
CSRFClientProvidingException
Constructor- Parameters:
e
- the cause of this exceptioncode
- message code to send backargs
- arguments for the message code
-