Package lumis.portal.channel
Class ChannelPrefixInUseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- lumis.portal.PortalException
-
- lumis.portal.dao.DaoException
-
- lumis.portal.channel.ChannelPrefixInUseException
-
- All Implemented Interfaces:
Serializable
@StableMinor(version="14.1", 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
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class lumis.portal.PortalException
resources
-
-
Constructor Summary
Constructors Constructor Description ChannelPrefixInUseException(String channelUsingPrefixId, String prefix)
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, Exception innerException)
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, List<IResource> resources)
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, List<IResource> resources, Exception innerException)
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, IResource resource)
ChannelPrefixInUseException(String channelUsingPrefixId, String prefix, IResource resource, Exception innerException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChannelUsingPrefixId()
String
getPrefix()
-
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
-
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
-
-