Class AbstractTenant.TenantNotYetStartedException

All Implemented Interfaces:
Serializable
Enclosing class:
AbstractTenant

public class AbstractTenant.TenantNotYetStartedException extends IllegalStateException
See Also:
  • Constructor Details

    • TenantNotYetStartedException

      public TenantNotYetStartedException()
    • TenantNotYetStartedException

      public TenantNotYetStartedException(String message)
    • TenantNotYetStartedException

      public TenantNotYetStartedException(Throwable cause)
    • TenantNotYetStartedException

      public TenantNotYetStartedException(String message, Throwable cause)