Package org.keycloak.protocol
Class ProtocolMapperConfigException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.keycloak.protocol.ProtocolMapperConfigException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ProtocolMapperConfigException extends Exception - Author:
- Marek Posolda
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ProtocolMapperConfigException(String message)ProtocolMapperConfigException(String message, Object... parameters)ProtocolMapperConfigException(String message, String messageKey)ProtocolMapperConfigException(String messageKey, String message, Object... parameters)ProtocolMapperConfigException(String message, String messageKey, Throwable cause)ProtocolMapperConfigException(String message, Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessageKey()Object[]getParameters()voidsetParameters(Object[] parameters)- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
ProtocolMapperConfigExceptionpublic ProtocolMapperConfigException(String message) 
 - 
ProtocolMapperConfigExceptionpublic ProtocolMapperConfigException(String message, String messageKey) 
 - 
ProtocolMapperConfigExceptionpublic ProtocolMapperConfigException(String message, Throwable cause) 
 - 
ProtocolMapperConfigExceptionpublic ProtocolMapperConfigException(String message, String messageKey, Throwable cause) 
 - 
ProtocolMapperConfigExceptionpublic ProtocolMapperConfigException(String message, Object... parameters) 
 
- 
 
-