| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.ffj.deploy.DeployException
Constructor Summary | |
public | DeployException(String detailMessage, String localizedMessage) Create an exception.
To be displayed to the user, the localized message must
differ from the regular detail message, as a signal that it
is localized. |
DeployException | public DeployException(String detailMessage, String localizedMessage)(Code) | | Create an exception.
To be displayed to the user, the localized message must
differ from the regular detail message, as a signal that it
is localized. Otherwise, the user is presented with a generic
message without details.
Parameters: detailMessage - an invisible debugging-only message Parameters: localizedMessage - the message that will be displayed to the user if needed |
getLocalizedMessage | public String getLocalizedMessage()(Code) | | |
|
|