Package io.apicurio.registry.types
Class CheckedRegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.apicurio.registry.types.CheckedRegistryException
- All Implemented Interfaces:
Serializable
Generic checked project exception.
Use this exception if you expect the caller would want to handle the exception, possibly making different decisions based on circumstances.
This class is intended for extension. Create a more specific exception.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCheckedRegistryException(String message) protectedCheckedRegistryException(String message, Throwable cause) protected -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CheckedRegistryException
-
CheckedRegistryException
-
CheckedRegistryException
-