Class BusinessContextNotEnabledForCurrentChannelException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BusinessContextNotEnabledForCurrentChannelException
    extends PortalException
    This exception indicates that the BusinessContext is not enabled nor inherited in the current channel.
    Since:
    7.0.0
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • BusinessContextNotEnabledForCurrentChannelException

        public BusinessContextNotEnabledForCurrentChannelException​(java.lang.String message,
                                                                   IResource resource)
        Constructor that receives the massage and the resource to translate it.
        Parameters:
        message - to be shown or logged.
        resource - to translate the message.
        Since:
        7.0.0
      • BusinessContextNotEnabledForCurrentChannelException

        public BusinessContextNotEnabledForCurrentChannelException​(java.lang.String channelId)
        Default constructor.
        Parameters:
        channelId - id of the channel in which the exception occured.
        Since:
        7.0.0