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:
Serializable
This exception indicates that an entity was encountered whose data is in some way malformed or inconsistent.
- Author:
- jschwarz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedEntityException
(String message) MalformedEntityException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedEntityException
-
MalformedEntityException
-
MalformedEntityException
-