public class FMWCredentialsException
extends oracle.fmwplatform.util.exception.BundleAwareException
| Constructor and Description |
|---|
FMWCredentialsException()
Constructs a default exception.
|
FMWCredentialsException(String messageID)
Constructs a new exception with the specified message id.
|
FMWCredentialsException(String messageID,
Object... params)
Constructs a new exception with the specified message id and parameters.
|
FMWCredentialsException(String messageID,
Throwable cause)
Constructs a new exception with the specified message id and cause.
|
FMWCredentialsException(String messageID,
Throwable cause,
Object... params)
Constructs a new exception with passed message id, cause, and parameters.
|
FMWCredentialsException(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 FMWCredentialsException()
public FMWCredentialsException(String messageID)
messageID - the id of the detailed message from resource bundlepublic FMWCredentialsException(String messageID, Object... params)
messageID - the detail message.params - parameters used in building the the detail message.public FMWCredentialsException(String messageID, Throwable cause)
messageID - the detail message.cause - an Exception which was the cause reported by this exception.public FMWCredentialsException(String messageID, Throwable cause, Object... params)
messageID - the detail message.cause - an Exception which was the cause reported by this exception.params - parameters used in building the detail message.public FMWCredentialsException(Throwable cause)
cause - an Exception which was the cause reported by this exception.public String getBundleName()
getBundleName in class oracle.fmwplatform.util.exception.BundleAwareException