Package org.keycloak.component
Class ComponentValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.keycloak.component.ComponentValidationException
- All Implemented Interfaces:
- Serializable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionComponentValidationException(String message, Object... parameters) ComponentValidationException(String message, Throwable cause) ComponentValidationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ComponentValidationExceptionpublic ComponentValidationException()
- 
ComponentValidationException
- 
ComponentValidationException
- 
ComponentValidationException
- 
ComponentValidationException
 
- 
- 
Method Details- 
getParameters
- 
setParameters
 
-