Package com.portal.pcm
Class PortalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.pcm.PortalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EBufException
Signals that a Portal Library exception has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPortalException
(String msg) Constructs an instance ofPortalException
with a specific 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
-
PortalException
Constructs an instance ofPortalException
with a specific message.- Parameters:
msg
- The message- Since:
- Infranet5.5
-