Package com.portal.bas
Class PInfranetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.portal.bas.PInfranetException
- All Implemented Interfaces:
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.- Version:
- 4
- Author:
- Larry Lynch-Freshner
- See Also:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionCreates a default exception instance.PInfranetException(String mess) Creates an exception instance with message text.PInfranetException(String mess, String helpText) Creates an exception instance. -
Method Summary
Methods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PInfranetException
Creates an exception instance.- Parameters:
mess- the localized error message text provided by the serverhelpText- the localized help text for the error
-
PInfranetException
Creates an exception instance with message text.- Parameters:
mess- the localized error message text provided by the server
-
PInfranetException
public PInfranetException()Creates a default exception instance.
-
-
Method Details
-
getHelpText
Gets the help text.- Returns:
- A
Stringthat contains help text.
-