public class ProtocolMapperConfigException extends Exception
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
String |
getMessageKey() |
Object[] |
getParameters() |
void |
setParameters(Object[] parameters) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ProtocolMapperConfigException(String message)
public ProtocolMapperConfigException(String message, String messageKey)
public ProtocolMapperConfigException(String message, String messageKey, Throwable cause)
public ProtocolMapperConfigException(String message, Object... parameters)
Copyright © 2020 JBoss by Red Hat. All rights reserved.