Package com.portal.web
Class PInfranetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.web.PInfranetException
- All Implemented Interfaces:
Serializable
PInfranetException
is the default Exception
class used for Infranet exceptions.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a specific exception message.PInfranetException
(String msg) Constructs a default exception message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PInfranetException
Constructs a default exception message.- Parameters:
msg
- error message text to display for the exception
-
PInfranetException
public PInfranetException()Constructs a specific exception message.
-