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
public class ComponentValidationException extends RuntimeException
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentValidationException()ComponentValidationException(String message, Object... parameters)ComponentValidationException(String message, Throwable cause)ComponentValidationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)ComponentValidationException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getParameters()voidsetParameters(Object[] parameters)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-