Package com.adobe.aem.dermis.exception
Class DermisValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.aemfd.dermis.authentication.exception.AuthenticationException
-
- com.adobe.aem.dermis.exception.DermisException
-
- com.adobe.aem.dermis.exception.DermisValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class DermisValidationException extends DermisException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DermisValidationException(java.util.Map<java.lang.String,java.util.List<java.lang.String>> violations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.sling.commons.json.JSONObject
getJson()
java.util.Map<java.lang.String,java.util.List<java.lang.String>>
getViolations()
-
Methods inherited from class com.adobe.aemfd.dermis.authentication.exception.AuthenticationException
getMessageArgs, getMessageCode, getOriginCode, getOriginMessage, getUnresolvedMessage, setMessageArgs, setMessageCode, setUnresolvedMessage
-
-
-
-
Method Detail
-
getViolations
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getViolations()
-
getJson
public org.apache.sling.commons.json.JSONObject getJson()
- Overrides:
getJson
in classAuthenticationException
-
-