Package org.forgerock.api
Class ApiValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.forgerock.api.ApiValidationException
- All Implemented Interfaces:
Serializable
Signals that API failed validation.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApiValidationException
Creates aApiValidationException
with a detailed error message.- Parameters:
s
- Error message
-