Class ConstructionException

All Implemented Interfaces:
Serializable

public final class ConstructionException extends BindingException
Could not construct object according to Schema with the specified field value.
See Also:
  • Constructor Details

    • ConstructionException

      public ConstructionException(@NonNull @NonNull Constructor<?> ctor, @NonNull @NonNull Object[] args, @Nullable Throwable cause)