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:
java.io.Serializable
public class CreateTicketOperationFailedException extends OperationFailedException
ACreateTicketOperationFailedException
is thrown by aCreateTicketOperation
if the operation has failed.- Since:
- 12.25
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateTicketOperationFailedException(java.lang.String message)
CreateTicketOperationFailedException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
CreateTicketOperationFailedException
public CreateTicketOperationFailedException(java.lang.String message)
- Parameters:
message
- the error message- Since:
- 12.25
-
CreateTicketOperationFailedException
public CreateTicketOperationFailedException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- the error messagecause
- the cause of the exception- Since:
- 12.25
-
-