lumis.portal
Class PortalObjectAlreadyExistsException

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

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

Exception thrown when adding a object with an identifier already in use

Since:
4.0.10
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
PortalObjectAlreadyExistsException(String arg0)
           
PortalObjectAlreadyExistsException(String arg0, Exception innerException)
           
PortalObjectAlreadyExistsException(String arg0, IResource resource)
           
PortalObjectAlreadyExistsException(String arg0, IResource resource, Exception innerException)
           
PortalObjectAlreadyExistsException(String arg0, List<IResource> resources)
           
PortalObjectAlreadyExistsException(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

PortalObjectAlreadyExistsException

public PortalObjectAlreadyExistsException(String arg0)

PortalObjectAlreadyExistsException

public PortalObjectAlreadyExistsException(String arg0,
                                          Exception innerException)

PortalObjectAlreadyExistsException

public PortalObjectAlreadyExistsException(String arg0,
                                          IResource resource)

PortalObjectAlreadyExistsException

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

PortalObjectAlreadyExistsException

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

PortalObjectAlreadyExistsException

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


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