public class IDFFMetaException extends L10NMessageImpl
Constructor and Description |
---|
IDFFMetaException(Exception ex)
Constructs a
IDFFMetaException with an exception. |
IDFFMetaException(String message)
Constructs a
IDFFMetaException with a detailed
message. |
IDFFMetaException(String errorCode,
Object[] args)
Constructs a new
IDFFMetaException without a nested
Throwable . |
IDFFMetaException(String rbName,
String errorCode,
Object[] args)
Constructs a new
IDFFMetaException without a nested
Throwable . |
IDFFMetaException(Throwable rootCause)
Constructs a
IDFFMetaException with
an embedded exception. |
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IDFFMetaException(String message)
IDFFMetaException
with a detailed
message.message
- detailed message for this exception.public IDFFMetaException(Throwable rootCause)
IDFFMetaException
with
an embedded exception.rootCause
- An embedded exceptionpublic IDFFMetaException(Exception ex)
IDFFMetaException
with an exception.ex
- an exceptionpublic IDFFMetaException(String errorCode, Object[] args)
IDFFMetaException
without a nested
Throwable
.errorCode
- Key to resource bundle. The following can be used:
ResourceBundle rb = ResourceBunde.getBundle (rbName,locale); String localizedStr = rb.getString(errorCode);
args
- arguments to the message.public IDFFMetaException(String rbName, String errorCode, Object[] args)
IDFFMetaException
without a nested
Throwable
.rbName
- Resource Bundle Name to be used for getting
localized error message.errorCode
- Key to resource bundle. The following can be used:
ResourceBundle rb = ResourceBunde.getBundle (rbName,locale); String localizedStr = rb.getString(errorCode);
args
- arguments to the message.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.