Package lumis.portal.dao
Class DaoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.dao.DaoException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChannelPrefixInUseException
,PortalObjectAlreadyExistsException
@StableMinor(version="14.2", sinceVersion="4.0") public class DaoException extends PortalException
Dao Exception- Since:
- 4.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description DaoException(String arg0)
DaoException(String arg0, Exception innerException)
DaoException(String arg0, List<IResource> resources)
DaoException(String arg0, List<IResource> resources, Exception innerException)
DaoException(String arg0, IResource resource)
DaoException(String arg0, IResource resource, Exception innerException)
-
Method Summary
-
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
DaoException
public DaoException(String arg0)
-
-