eXo Kernel :: Container 2.4.11-UXP01

org.exoplatform.container.multitenancy.bridge
Class TenantComponentRegistrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.PicoRegistrationException
                      extended by org.exoplatform.container.multitenancy.bridge.TenantComponentRegistrationException
All Implemented Interfaces:
Serializable

public class TenantComponentRegistrationException
extends org.picocontainer.PicoRegistrationException

Indicates that some component cannot be registered in a TenantsContainer.

Author:
Peter Nedonosko
See Also:
Serialized Form

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

Constructor Detail

TenantComponentRegistrationException

public TenantComponentRegistrationException(String message)
Parameters:
message -

TenantComponentRegistrationException

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

eXo Kernel :: Container 2.4.11-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.