Class WorkItemCreationException

  • All Implemented Interfaces:
    Serializable

    public class WorkItemCreationException
    extends WorkItemException
    Exception thrown when the creation of a work item has failed.
    Since:
    1.0
    Version:
    $Id$
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkItemCreationException

        public WorkItemCreationException​(String message)
        Parameters:
        message - the detail message for this exception.
      • WorkItemCreationException

        public WorkItemCreationException​(String message,
                                         Throwable throwable)
        Parameters:
        message - the detail message for this exception.
        throwable - the cause for this exception or null if none exists.