java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.joselion.springr2dbcrelationships.exceptions.ReflectException
All Implemented Interfaces:
Serializable

public final class ReflectException extends RuntimeException
Runtime exception thrown when something goes wrong with a Reflect helper process.
See Also:
  • Method Details

    • of

      public static ReflectException of(String message)
      Creates a reflect exception with a detail message.
      Parameters:
      message - the detail message
      Returns:
      a reflect exception instance
    • of

      public static ReflectException of(Throwable cause)
      Creates a reflect exception with the specified cause.
      Parameters:
      cause - the cause to this exception
      Returns:
      a reflect exception instance