Class IssueTypeRepositoryException

  • All Implemented Interfaces:
    Serializable

    public class IssueTypeRepositoryException
    extends TeamException
    Signals that issue type repository management failed with some reason.
    See Also:
    Serialized Form
    • Constructor Detail

      • IssueTypeRepositoryException

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

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

        public IssueTypeRepositoryException​(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