Class TeamException

    • Constructor Detail

      • 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