Class TicketEventAttachmentCreateException

All Implemented Interfaces:
Serializable

public class TicketEventAttachmentCreateException extends WebserviceException
See Also:
  • Constructor Details

    • TicketEventAttachmentCreateException

      public TicketEventAttachmentCreateException(String message)
    • TicketEventAttachmentCreateException

      public TicketEventAttachmentCreateException(String message, String reason)
    • TicketEventAttachmentCreateException

      public TicketEventAttachmentCreateException(String message, String reason, Throwable cause)
    • TicketEventAttachmentCreateException

      public TicketEventAttachmentCreateException(String message, String reason, String subject)
    • TicketEventAttachmentCreateException

      public TicketEventAttachmentCreateException(String message, String reason, String subject, Throwable cause)
  • Method Details