lumis.portal.dao
Class DaoException

Package class diagram package DaoException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.portal.dao.DaoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChannelPrefixInUseException, PortalObjectAlreadyExistsException

@StableMinor(version="4.1",
             sinceVersion="4.0")
public class DaoException
extends PortalException

Dao Exception

Since:
4.0.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
DaoException(String arg0)
           
DaoException(String arg0, Exception innerException)
           
DaoException(String arg0, IResource resource)
           
DaoException(String arg0, IResource resource, Exception innerException)
           
DaoException(String arg0, List<IResource> resources)
           
DaoException(String arg0, List<IResource> resources, Exception innerException)
           
 
Method Summary
 
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DaoException

public DaoException(String arg0)

DaoException

public DaoException(String arg0,
                    Exception innerException)

DaoException

public DaoException(String arg0,
                    IResource resource)

DaoException

public DaoException(String arg0,
                    IResource resource,
                    Exception innerException)

DaoException

public DaoException(String arg0,
                    List<IResource> resources)

DaoException

public DaoException(String arg0,
                    List<IResource> resources,
                    Exception innerException)


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.