Package com.saperion.exception
Class MalformedEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.exception.SaBasicException
-
- com.saperion.exception.MalformedEntityException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedEntityException(java.lang.String message)
MalformedEntityException(java.lang.String message, java.lang.Throwable cause)
MalformedEntityException(java.lang.Throwable cause)
-