lumis.portal.businesscontext.internal
Class BusinessContextNotEnabledForCurrentChannelException

Package class diagram package BusinessContextNotEnabledForCurrentChannelException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by lumis.portal.businesscontext.internal.BusinessContextNotEnabledForCurrentChannelException
All Implemented Interfaces:
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
See Also:
Serialized Form

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
BusinessContextNotEnabledForCurrentChannelException(String channelId)
          Default constructor.
BusinessContextNotEnabledForCurrentChannelException(String message, IResource resource)
          Constructor that receives the massage and the resource to translate it.
 
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

BusinessContextNotEnabledForCurrentChannelException

public BusinessContextNotEnabledForCurrentChannelException(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(String channelId)
Default constructor.

Parameters:
channelId - id of the channel in which the exception occured.
Since:
7.0.0


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