public class PInfranetException extends RemoteException implements Serializable
PInfranetException is a type of exception thrown by
controllers in response to an EBufException.
Message text should be set from the EBufException
localized error text and help text. This exception is used to
carry the info to the view side for user display.detail| Constructor and Description |
|---|
PInfranetException()
Creates a default exception instance.
|
PInfranetException(String mess)
Creates an exception instance with message text.
|
PInfranetException(String mess,
String helpText)
Creates an exception instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHelpText()
Gets the help text.
|
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PInfranetException(String mess, String helpText)
mess - the localized error message text provided by the serverhelpText - the localized help text for the errorpublic PInfranetException(String mess)
mess - the localized error message text provided by the serverpublic PInfranetException()
public String getHelpText()
String that contains help text.Copyright © 2003, 2023, Oracle and/or its affiliates.