Class CheckedRegistryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.apicurio.registry.types.CheckedRegistryException
All Implemented Interfaces:
Serializable

public abstract class CheckedRegistryException extends Exception
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 Details

    • CheckedRegistryException

      protected CheckedRegistryException(String message)
    • CheckedRegistryException

      protected CheckedRegistryException(String message, Throwable cause)
    • CheckedRegistryException

      protected CheckedRegistryException(Throwable cause)