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

public class CreateTicketOperationFailedException extends OperationFailedException
A CreateTicketOperationFailedException is thrown by a CreateTicketOperation if the operation has failed.
Since:
12.25
See Also:
  • Constructor Details

    • CreateTicketOperationFailedException

      public CreateTicketOperationFailedException(String message)
      Parameters:
      message - the error message
      Since:
      12.25
    • CreateTicketOperationFailedException

      public CreateTicketOperationFailedException(String message, Throwable cause)
      Parameters:
      message - the error message
      cause - the cause of the exception
      Since:
      12.25