Package io.apicurio.multitenant.storage
Class TenantAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.multitenant.storage.TenantAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class TenantAlreadyExistsException extends RuntimeException
- Author:
- Fabian Martinez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TenantAlreadyExistsException()
TenantAlreadyExistsException(String message)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TenantAlreadyExistsException
create(String tenantId)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TenantAlreadyExistsException
public TenantAlreadyExistsException()
-
TenantAlreadyExistsException
public TenantAlreadyExistsException(String message)
-
-
Method Detail
-
create
public static TenantAlreadyExistsException create(String tenantId)
-
-