Class ConflictException

  • All Implemented Interfaces:
    Serializable

    public class ConflictException
    extends RegistryException
    This exception covers the following errors in the compat API: - 409 Conflict – Incompatible schema
    See Also:
    Serialized Form
    • Constructor Detail

      • ConflictException

        public ConflictException​(String message)
      • ConflictException

        public ConflictException​(String message,
                                 Throwable cause)