Package com.atlassian.confluence.tenant
Class VacantException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.atlassian.confluence.tenant.VacantException
-
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true) public class VacantException extends IllegalStateException
Deprecated, for removal: This API element is subject to removal in a future version.since 8.6Thrown when tenant-specific beans are accessed without a tenant.- Since:
- 5.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VacantException(org.aopalliance.intercept.MethodInvocation methodInvocation)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object[]
getArguments()
Deprecated, for removal: This API element is subject to removal in a future version.Method
getMethod()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-