Class TenantManagerClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.multitenant.client.exception.TenantManagerClientException
-
- All Implemented Interfaces:
Serializable
public class TenantManagerClientException extends RuntimeException
- Author:
- Fabian Martinez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TenantManagerClientException()
TenantManagerClientException(String message)
TenantManagerClientException(String message, Throwable cause)
TenantManagerClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
TenantManagerClientException(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
-
TenantManagerClientException
public TenantManagerClientException()
-
TenantManagerClientException
public TenantManagerClientException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
TenantManagerClientException
public TenantManagerClientException(String message)
-
TenantManagerClientException
public TenantManagerClientException(Throwable cause)
-
-