Class PInfranetException

All Implemented Interfaces:
Serializable

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.
Version:
4
Author:
Larry Lynch-Freshner
See Also:
  • Constructor Details

    • PInfranetException

      public PInfranetException(String mess, String helpText)
      Creates an exception instance.
      Parameters:
      mess - the localized error message text provided by the server
      helpText - the localized help text for the error
    • PInfranetException

      public PInfranetException(String mess)
      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

      public String getHelpText()
      Gets the help text.
      Returns:
      A String that contains help text.