public class AMConfigurationException extends L10NMessageImpl
Constructor and Description |
---|
AMConfigurationException(String msg)
Constructor.
|
AMConfigurationException(String rbName,
String errorCode)
Constructor.
|
AMConfigurationException(String rbName,
String errorCode,
Object[] params)
Constructor.
|
AMConfigurationException(Throwable t)
Constructor.
|
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AMConfigurationException(String msg)
msg
- message of the exceptionpublic AMConfigurationException(String rbName, String errorCode)
rbName
- Resource bundle name of the error message.errorCode
- Key of the error message in the resource bundle.public AMConfigurationException(String rbName, String errorCode, Object[] params)
rbName
- Resource bundle name of the error message.errorCode
- Key of the error message in the resource bundle.params
- parameters to the error message.public AMConfigurationException(Throwable t)
t
- Root cause of this exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.