Class ProjectManagementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xwiki.projectmanagement.exception.ProjectManagementException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthenticationException, WorkItemException

public class ProjectManagementException extends Exception
Base exception for project management.
Since:
1.0
Version:
$Id$
See Also:
  • Constructor Details

    • ProjectManagementException

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

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