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:
  • Constructor Details

    • MalformedEntityException

      public MalformedEntityException(com.lexmark.saperion.exceptions.ErrorType fault, Throwable cause)
      This is the constructor used for serialization.
      Parameters:
      error - the error model
      cause - the cause of the exception
    • MalformedEntityException

      public MalformedEntityException(String message, Throwable cause)
      This constructor creates a new malformed-entity-exception.
      Parameters:
      message - the message to display
      cause - another exception that caused this exception
    • MalformedEntityException

      public MalformedEntityException(String message)
      This constructor creates a new malformed-entity-exception.
      Parameters:
      message - the message to display
    • MalformedEntityException

      public MalformedEntityException(Throwable cause)
      This constructor creates a new malformed-entity-exception.
      Parameters:
      cause - another exception that caused this exception