Class EntityHasDescendantsException

All Implemented Interfaces:
Serializable

public class EntityHasDescendantsException extends WIMApplicationException
See Also:
  • Constructor Details

    • EntityHasDescendantsException

      public EntityHasDescendantsException()
    • EntityHasDescendantsException

      public EntityHasDescendantsException(String key, String message)
      Parameters:
      message -
    • EntityHasDescendantsException

      public EntityHasDescendantsException(Throwable cause)
      Parameters:
      cause -
    • EntityHasDescendantsException

      public EntityHasDescendantsException(String key, String message, Throwable cause)
      Parameters:
      message -
      cause -