Package com.atlassian.greenhopper.model.validation

Class Summary
ErrorCollection A collection of errors that happen during the processing of a particular code flow.
ErrorCollection.ErrorItem  
JiraCopiedRestErrorCollection A JAXB representation of an ErrorCollection useful for returning via JSON or XML.
JiraCopiedRestErrorCollection.Builder Builder used to create a new immutable error collection.
 

Enum Summary
ErrorCollection.ErrorItem.Type  
ErrorCollection.Reason Copied from JIRA's ErrorCollection interface.
 

Exception Summary
JiraCopiedBadRequestWebException This exception is thrown when a JIRA REST resource is not found, or it cannot be read for some other reason (such as security checks).
JiraCopiedNotAuthorisedWebException This exception is thrown when a caller is not authorised to access a JIRA REST resource.
JiraCopiedNotFoundWebException This exception is thrown when a JIRA REST resource is not found, or it cannot be read for some other reason (such as security checks).
JiraCopiedServerErrorWebException This exception is thrown when a JIRA REST resource aborts in an unforeseen manner.
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.