lumis.portal.channel
Class ChannelPrefixInUseException

Package class diagram package ChannelPrefixInUseException
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.channel.ChannelPrefixInUseException
All Implemented Interfaces:
Serializable

@StableMinor(version="6.2",
             sinceVersion="4.0")
public class ChannelPrefixInUseException
extends DaoException

Exceptions that is raised when adding/updating a channel using a local group prefix already in use by another channel

Since:
4.0.7
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix)
           
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, Exception innerException)
           
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, IResource resource)
           
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, IResource resource, Exception innerException)
           
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, List<IResource> resources)
           
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, List<IResource> resources, Exception innerException)
           
 
Method Summary
 String getChannelUsingPrefixId()
           
 String getPrefix()
           
 
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

ChannelPrefixInUseException

public ChannelPrefixInUseException(String channelUsingPrefixId,
                                   String prefix)
                            throws PortalException
Throws:
PortalException

ChannelPrefixInUseException

public ChannelPrefixInUseException(String channelUsingPrefixId,
                                   String prefix,
                                   Exception innerException)
                            throws PortalException
Throws:
PortalException

ChannelPrefixInUseException

public ChannelPrefixInUseException(String channelUsingPrefixId,
                                   String prefix,
                                   IResource resource)
                            throws PortalException
Throws:
PortalException

ChannelPrefixInUseException

public ChannelPrefixInUseException(String channelUsingPrefixId,
                                   String prefix,
                                   IResource resource,
                                   Exception innerException)
                            throws PortalException
Throws:
PortalException

ChannelPrefixInUseException

public ChannelPrefixInUseException(String channelUsingPrefixId,
                                   String prefix,
                                   List<IResource> resources)
                            throws PortalException
Throws:
PortalException

ChannelPrefixInUseException

public ChannelPrefixInUseException(String channelUsingPrefixId,
                                   String prefix,
                                   List<IResource> resources,
                                   Exception innerException)
                            throws PortalException
Throws:
PortalException
Method Detail

getChannelUsingPrefixId

public String getChannelUsingPrefixId()

getPrefix

public String getPrefix()


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.