Class TeamException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DevelopmentProcessException, DevelopmentProcessSettingsException, IssueTypeRepositoryException, TeamPreferenceStoreException

public class TeamException extends RuntimeException
A common ancestor of all team management exceptions. May be used for convenience.
See Also:
  • Constructor Details

    • TeamException

      public TeamException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message, cannot be null
    • TeamException

      public TeamException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause, cannot be null
    • TeamException

      public TeamException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message, cannot be null
      cause - the cause, cannot be null