eXo Kernel :: Container 2.4.4-CLD

org.exoplatform.container.multitenancy
Class CurrentTenantNotSetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exoplatform.container.multitenancy.CurrentTenantNotSetException
All Implemented Interfaces:
Serializable

public class CurrentTenantNotSetException
extends Exception

Exception indicating that Current Tenant not set in runtime context.

Author:
Peter Nedonosko
See Also:
Serialized Form

Constructor Summary
CurrentTenantNotSetException(String message)
           
CurrentTenantNotSetException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CurrentTenantNotSetException

public CurrentTenantNotSetException(String message,
                                    Throwable cause)
Parameters:
message -
cause -

CurrentTenantNotSetException

public CurrentTenantNotSetException(String message)
Parameters:
message -

eXo Kernel :: Container 2.4.4-CLD

Copyright © 2013 eXo Platform SAS. All Rights Reserved.