public class ServiceInstanceDuplicatedInChannelException extends PortalException
resources
Constructor and Description |
---|
ServiceInstanceDuplicatedInChannelException(String serviceId,
String channelId)
Constructor that uses the default message and receives the serviceId and channelId.
|
ServiceInstanceDuplicatedInChannelException(String message,
String serviceId,
String channelId)
Constructor that receives a message (if does not want the default message) and the serviceId.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
Returns the channelId in which the service has been duplicated.
|
String |
getServiceId()
Returns the serviceId of the duplicated service.
|
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ServiceInstanceDuplicatedInChannelException(String message, String serviceId, String channelId)
message
- internationalizable message for the exception.serviceId
- id of the service that has been duplicated.channelId
- id of the channel in which the service has been duplicated.public ServiceInstanceDuplicatedInChannelException(String serviceId, String channelId)
serviceId
- id of the service that has been duplicated.channelId
- id of the channel in which the service has been duplicated.public String getServiceId()
public String getChannelId()
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.