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
public class ApiValidationException extends IllegalStateException
Signals that API failed validation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiValidationException(String s)
Creates aApiValidationException
with a detailed error message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ApiValidationException
public ApiValidationException(String s)
Creates aApiValidationException
with a detailed error message.- Parameters:
s
- Error message
-
-