Package io.apicurio.registry.types
Class RegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.apicurio.registry.types.RegistryException
- All Implemented Interfaces:
Serializable
Generic project exception.
- Author:
- Ales Justin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryException(String message) RegistryException(String message, Throwable cause) RegistryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) RegistryException(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 Details
-
RegistryException
public RegistryException() -
RegistryException
-
RegistryException
-
RegistryException
-
RegistryException
-