Class 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.6
Thrown when tenant-specific beans are accessed without a tenant.
Since:
5.6
See Also:
  • Constructor Details

    • VacantException

      public VacantException(org.aopalliance.intercept.MethodInvocation methodInvocation)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getArguments

      public Object[] getArguments()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getMethod

      public Method getMethod()
      Deprecated, for removal: This API element is subject to removal in a future version.