Class UnsupportedReturnTypeException

All Implemented Interfaces:
Serializable

public class UnsupportedReturnTypeException extends BibernateGeneralException
Exception thrown to indicate that an unsupported or invalid return type has been encountered in the Bibernate framework. This exception is typically used when attempting to process an entity action with a return type that is not recognized or supported.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • UnsupportedReturnTypeException

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