Class UnsupportedDataTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.blyznytsiaorg.bibernate.exception.UnsupportedDataTypeException
All Implemented Interfaces:
Serializable

public class UnsupportedDataTypeException extends RuntimeException
Exception thrown to indicate that an unsupported or invalid data type has been encountered. This exception is typically used when attempting to process an operation with a data type that is not recognized or supported within the context.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • UnsupportedDataTypeException

      public UnsupportedDataTypeException(String message)
      Constructs a new UnsupportedDataTypeException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method)