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.
Use this exception if you expect the caller would NOT want to handle the exception, possibly letting it bubble up and return a generic 500 error to the user, or there is a special mechanism to deal with it.
- 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
-