com.atlassian.confluence.tenant
Class VacantException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.atlassian.confluence.tenant.VacantException
All Implemented Interfaces:
java.io.Serializable

public class VacantException
extends java.lang.IllegalStateException

Thrown when tenant-specific beans are accessed without a tenant.

Since:
5.6
See Also:
Serialized Form

Constructor Summary
VacantException(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
Method Summary
 java.lang.Object[] getArguments()
           
 java.lang.reflect.Method getMethod()
           
 
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

VacantException

public VacantException(org.aopalliance.intercept.MethodInvocation methodInvocation)
Method Detail

getArguments

public java.lang.Object[] getArguments()

getMethod

public java.lang.reflect.Method getMethod()


Copyright © 2003-2014 Atlassian. All Rights Reserved.