Class PInfranetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.web.PInfranetException
All Implemented Interfaces:
Serializable

public class PInfranetException extends Exception
PInfranetException is the default Exception class used for Infranet exceptions.
See Also:
  • Constructor Details

    • PInfranetException

      public PInfranetException(String msg)
      Constructs a default exception message.
      Parameters:
      msg - error message text to display for the exception
    • PInfranetException

      public PInfranetException()
      Constructs a specific exception message.