Class RecordConstructorNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.beanmapper.exceptions.RecordConstructorNotFoundException
All Implemented Interfaces:
Serializable

public class RecordConstructorNotFoundException extends RuntimeException
See Also:
  • Constructor Details

    • RecordConstructorNotFoundException

      public RecordConstructorNotFoundException(Class<R> recordClass, String message, Throwable cause)