The UnsupportedActionTypeException
class is an exception thrown to indicate that an unsupported or invalid action type
has been encountered in the Bibernate framework. This exception is typically used when attempting to process an entity
action with an unrecognized or unsupported type. It extends the BibernateGeneralException
class.
This class extends BibernateGeneralException and provides a constructor to create instances with a specified detail message.
- UnsupportedActionTypeException(String message)
- Constructs a new
UnsupportedActionTypeException
with the specified detail message.
- Constructs a new