Class CreateTicketOperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.OperationFailedException
com.novomind.ecom.api.iagent.operation.newprocess.CreateTicketOperationFailedException
- All Implemented Interfaces:
Serializable
A
CreateTicketOperationFailedException
is thrown by a
CreateTicketOperation
if the operation has failed.- Since:
- 12.25
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CreateTicketOperationFailedException
- Parameters:
message
- the error message- Since:
- 12.25
-
CreateTicketOperationFailedException
- Parameters:
message
- the error messagecause
- the cause of the exception- Since:
- 12.25
-