Class WorkPackageRetrievalBadRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.xwiki.projectmanagement.exception.ProjectManagementException
-
- com.xwiki.projectmanagement.openproject.exception.WorkPackageRetrievalBadRequestException
-
- All Implemented Interfaces:
Serializable
public class WorkPackageRetrievalBadRequestException extends ProjectManagementException
Exception thrown when the parameters used to retrieve WorkPackages from the OpenProject API are invalid or improperly formatted, resulting in a 400 Bad Request response. This exception typically indicates issues such as unsupported filters, incorrect sorting options, or malformed query parameters being sent to the OpenProject API endpoint.- Since:
- 1.0
- Version:
- $Id$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkPackageRetrievalBadRequestException(String message)WorkPackageRetrievalBadRequestException(String message, Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WorkPackageRetrievalBadRequestException
public WorkPackageRetrievalBadRequestException(String message)
- Parameters:
message- the detail message for this exception.
-
-