Class MalformedEntityException

All Implemented Interfaces:
Serializable

public class MalformedEntityException extends SaBasicException
This exception indicates that an entity was encountered whose data is in some way malformed or inconsistent.
Author:
jschwarz
See Also:
  • Constructor Details

    • MalformedEntityException

      public MalformedEntityException(Throwable cause)
    • MalformedEntityException

      public MalformedEntityException(String message)
    • MalformedEntityException

      public MalformedEntityException(String message, Throwable cause)