Class TenantNotFoundException

All Implemented Interfaces:
Serializable

public class TenantNotFoundException extends TenantException
Thrown when the tenant cannot be found.
Since:
1.0.0
Author:
Sergio del Amo
See Also:
  • Constructor Details

    • TenantNotFoundException

      public TenantNotFoundException()
      Constructs a new Tenant Not Found exception.
    • TenantNotFoundException

      public TenantNotFoundException(String message)
      Constructs a new Tenant Not Found with the specified detail message.
      Parameters:
      message - the detail message.
    • TenantNotFoundException

      public TenantNotFoundException(String message, Throwable cause)
      Constructs a new Tenant Not Found with the specified detail message.
      Parameters:
      message - the detail message.
      cause - the cause