Class EntityTypeNotSupportedException

All Implemented Interfaces:
Serializable

public class EntityTypeNotSupportedException extends WIMApplicationException
See Also:
  • Constructor Details

    • EntityTypeNotSupportedException

      public EntityTypeNotSupportedException()
    • EntityTypeNotSupportedException

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

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

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