Package lumis.portal
Class PortalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccessDeniedException
,BusinessContextNotEnabledForCurrentChannelException
,BusinessContextPropertyNotFoundException
,CacheKeyProviderClassNotFoundException
,ContentWizardException
,ControllerException
,DaoException
,DeploymentInProgressException
,DouiException
,EnumException
,FileUploadDeniedException
,FileValidationException
,IllegalModuleArchiveException
,IllegalPackageArchiveException
,ImmutableResourceException
,IndexOutOfBoundsException
,InvalidSessionException
,InvalidWebsiteURLException
,IsolationLevelValidationException
,ManagerException
,MandatoryStepIgnoredException
,NoActiveVersionPossibleMappingException
,PageCacheControllerHtml.PageUnavailableException
,PageNotFoundException
,ParseException
,PortalObjectNotFoundException
,PortletException
,ProcessNotOwnedException
,SearchException
,ServiceContainerException
,ServiceException
,ServiceInstanceDuplicatedInChannelException
,ServiceInterfaceException
,ThemeException
,UnexpectedException
,UnresolvedVariableException
,UnsupportedOperationException
,UpgradeException
,WebServiceViewerException
,WorkflowException
@StableMinor(version="14.2", sinceVersion="4.0") public class PortalException extends Exception
Base exception for the portal framework. Adds localization functionalities, based onILocalizationManager
.- Since:
- 4.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortalException(String arg0)
PortalException(String arg0, Exception innerException)
PortalException(String arg0, List<IResource> resources)
PortalException(String arg0, List<IResource> resources, Exception innerException)
PortalException(String arg0, IResource resource)
PortalException(String arg0, IResource resource, Exception innerException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalizedMessage()
String
getLocalizedMessage(Locale locale)
List<IResource>
getResources()
protected void
logExceptionCreation()
String
toString()
String
toXmlString(Locale locale)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
PortalException
public PortalException(String arg0)
-
-
Method Detail
-
logExceptionCreation
protected void logExceptionCreation()
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
-