Class MalformedEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lexmark.saperion.exceptions.EcmException
com.lexmark.saperion.exceptions.application.ApplicationException
com.lexmark.saperion.exceptions.application.MalformedEntityException
- All Implemented Interfaces:
Serializable
public class MalformedEntityException
extends com.lexmark.saperion.exceptions.application.ApplicationException
This exception indicates that an entity was encountered whose data is in some way malformed or inconsistent.
- Author:
- jschwarz
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.lexmark.saperion.exceptions.application.ApplicationException
com.lexmark.saperion.exceptions.application.ApplicationException.ApplicationError -
Field Summary
Fields inherited from class com.lexmark.saperion.exceptions.application.ApplicationException
APPLICATION_GENERAL_ERROR -
Constructor Summary
ConstructorsConstructorDescriptionMalformedEntityException(com.lexmark.saperion.exceptions.ErrorType fault, Throwable cause) This is the constructor used for serialization.MalformedEntityException(String message) This constructor creates a new malformed-entity-exception.MalformedEntityException(String message, Throwable cause) This constructor creates a new malformed-entity-exception.This constructor creates a new malformed-entity-exception. -
Method Summary
Methods inherited from class com.lexmark.saperion.exceptions.EcmException
createError, getDescriptionParameters, getErrorCode, getErrorDetailsMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedEntityException
This is the constructor used for serialization.- Parameters:
error- the error modelcause- the cause of the exception
-
MalformedEntityException
This constructor creates a new malformed-entity-exception.- Parameters:
message- the message to displaycause- another exception that caused this exception
-
MalformedEntityException
This constructor creates a new malformed-entity-exception.- Parameters:
message- the message to display
-
MalformedEntityException
This constructor creates a new malformed-entity-exception.- Parameters:
cause- another exception that caused this exception
-