public class FMWEnvSpecException
extends oracle.fmwplatform.util.exception.BundleAwareException
| Constructor and Description |
|---|
FMWEnvSpecException()
Constructs a default exception.
|
FMWEnvSpecException(String messageID)
Constructs a new exception with the specified message id.
|
FMWEnvSpecException(String messageID,
Object... params)
Constructs a new exception with the specified message id and parameters.
|
FMWEnvSpecException(String messageID,
Throwable cause)
Constructs a new exception with the specified message id and cause.
|
FMWEnvSpecException(String messageID,
Throwable cause,
Object... params)
Constructs a new exception with passed message id, cause, and parameters.
|
FMWEnvSpecException(Throwable cause)
Constructs a new exception with the specified cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBundleName() |
getLocalizedMessage, getMessage, getMessageID, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic FMWEnvSpecException()
public FMWEnvSpecException(String messageID)
messageID - the message IDpublic FMWEnvSpecException(String messageID, Object... params)
messageID - the message IDparams - the parameters to use to fill in the message tokenspublic FMWEnvSpecException(String messageID, Throwable cause)
messageID - the message IDcause - the exception that triggered the creation of this exceptionpublic FMWEnvSpecException(String messageID, Throwable cause, Object... params)
messageID - the message IDcause - the exception that triggered the creation of this exceptionparams - the parameters to use to fill in the message tokenspublic FMWEnvSpecException(Throwable cause)
cause - the exception that triggered the creation of this exceptionpublic String getBundleName()
getBundleName in class oracle.fmwplatform.util.exception.BundleAwareException