Class UnsupportedActionTypeException

All Implemented Interfaces:
Serializable

public class UnsupportedActionTypeException extends BibernateGeneralException
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.
Since:
1.0
Author:
Blyzhnytsia Team
See Also:
  • Constructor Details

    • UnsupportedActionTypeException

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