public class MalformedEntityException
extends com.lexmark.saperion.exceptions.application.ApplicationException
Constructor and Description |
---|
MalformedEntityException(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.
|
MalformedEntityException(Throwable cause)
This constructor creates a new malformed-entity-exception.
|
createError, getDescriptionParameters, getErrorCode, getErrorDetails
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MalformedEntityException(com.lexmark.saperion.exceptions.ErrorType fault, Throwable cause)
error
- the error modelcause
- the cause of the exceptionpublic MalformedEntityException(String message, Throwable cause)
message
- the message to displaycause
- another exception that caused this exceptionpublic MalformedEntityException(String message)
message
- the message to displaypublic MalformedEntityException(Throwable cause)
cause
- another exception that caused this exceptionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.