Class RegistryTenantNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.multitenant.client.exception.RegistryTenantNotFoundException
-
- All Implemented Interfaces:
Serializable
public class RegistryTenantNotFoundException extends RuntimeException
- Author:
- Fabian Martinez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryTenantNotFoundException()
RegistryTenantNotFoundException(String message)
RegistryTenantNotFoundException(String message, Throwable cause)
RegistryTenantNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
RegistryTenantNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RegistryTenantNotFoundException
public RegistryTenantNotFoundException()
-
RegistryTenantNotFoundException
public RegistryTenantNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
RegistryTenantNotFoundException
public RegistryTenantNotFoundException(String message, Throwable cause)
-
RegistryTenantNotFoundException
public RegistryTenantNotFoundException(String message)
-
RegistryTenantNotFoundException
public RegistryTenantNotFoundException(Throwable cause)
-
-