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, toString
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FMWEnvSpecException()
public FMWEnvSpecException(String messageID)
messageID
- the id of the detailed message from resource bundlepublic FMWEnvSpecException(String messageID, Object... params)
messageID
- the id of the detailed message from resource bundle.params
- parameters used in building the the detail message.public FMWEnvSpecException(String messageID, Throwable cause)
messageID
- the id of the detailed message from resource bundle.cause
- an Exception
which was the cause reported by this exception.public FMWEnvSpecException(String messageID, Throwable cause, Object... params)
messageID
- the id of the detailed message from resource bundle.cause
- an Exception
which was the cause reported by this exception.params
- parameters used in building the the detail message.public FMWEnvSpecException(Throwable cause)
cause
- an Exception
which was the cause reported by this exception.public String getBundleName()
getBundleName
in class oracle.fmwplatform.util.exception.BundleAwareException